COLOR #C98D24

HEX: #C98D24 RGB: (201,141,36)

Color info

#C98D24 contains mainly red color. Web safe color of #C98D24 is #CC9933 (or #C93).

RGB color model

#C98D24 color RGB value is (201,141,36).

RGB: (201,141,36) (79%, 55%, 14%)

RGB channels and saturation

R 201 of 255 = 79%
G 141 of 255 = 55%
B 36 of 255 = 14%

201
141
36

R + G + B ~ 49%. #C98D24 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 141 + 36 = 378 (100%)
R 201 of 378 ~ 53.17%
G 141 of 378 ~ 37.3%
B 36 of 378 ~ 9.52'%

%53.17
%37.3

CMYK color model

#C98D24 color CMYK value is (0,30,82,21).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 82.09%
  • key color value is 21.18%

CMYK: (0,30,82,21)
C0M30Y82K21 (0%, 30%, 82%, 21%)
(0.00 / 0.30 / 0.82 / 0.21)

CMYK percentages

%0
%29.85
%82.09
%21.18

Codes

Color #C98D24 in popluar color models

C9 8D 24
RGB 201 141 36
HSL 38° 69.62% 46.47%
HSB/HSV 38° 82.09% 78.82%
CMYK 0.00% 29.85% 82.09%
21.18%

Color #C98D24 in popluar number systems.

HEX C9 8D 24
Decimal 201 141 36
Binary 11001001 10001101 100100
Octal 311 215 44

Shades and tints

Shades of #C98D24

#C98D24
(201,141,36)
#B78121
(183,129,33)
#A5751E
(165,117,30)
#93691B
(147,105,27)
#815D18
(129,93,24)
#6F5115
(111,81,21)
#5D4512
(93,69,18)
#4B390F
(75,57,15)
#392D0C
(57,45,12)
#272109
(39,33,9)
#151506
(21,21,6)
#000000
(0,0,0)

Tints of #C98D24

#C98D24
(201,141,36)
#CD9737
(205,151,55)
#D1A14A
(209,161,74)
#D5AB5D
(213,171,93)
#D9B570
(217,181,112)
#DDBF83
(221,191,131)
#E1C996
(225,201,150)
#E5D3A9
(229,211,169)
#E9DDBC
(233,221,188)
#EDE7CF
(237,231,207)
#F1F1E2
(241,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98D24 color. Also use rgb(201,141,36) instead hex code.

Text Font Color

.myTextColor { color: #C98D24; }

<p style="color:#C98D24">This sample text font color is #C98D24.</p>

This text font color is #C98D24.

Background Color

.myBgColor { background-color: #C98D24; }

<div style="background-color:#C98D24">Inner text</div>

This div background color is #C98D24.

Border color

.myBorderColor { border: 1px solid #C98D24; }

<div style="border:3px solid #C98D24">Div</div>

This div border color is #C98D24.

Opacity

.myOpacity80 { color: #C98D24; opacity: 0.8; }

<p style="color:#C98D24;opacity:0.8;">80%</p>

Text with #C98D24 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C98D24;}

<p style="text-shadow: 3px 3px 1px #C98D24">Text here.</p>

This text has shadow with #C98D24 color.


.textShadow {text-shadow: 3px 3px 1px #C98D24', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C98D24, 5px 5px 20px red">Text here.</p>

This text has shadow with #C98D24 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C98D24, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C98D24, Direction=45, Strength=4)">Text</p>

This text has shadow with #C98D24 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C98D24;
-webkit-box-shadow: 1px 1px 3px 2px #C98D24;
box-shadow: 1px 1px 3px 2px #C98D24;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C98D24; -webkit-box-shadow: 1px 1px 3px 2px #C98D24; box-shadow:1px 1px 3px 2px #C98D24;">
Div content here
</div>

This div box has shadow with color #C98D24.

Preview

Color preview on black background

This text has color #C98D24 on black background.


Color preview on white background

This text has color #C98D24 on white background.


Black color preview on #C98D24 background

This text has black color on #C98D24 background.


White color preview on #C98D24 background

This text has white color on #C98D24 background.


Related colors

Complementary color

Complementary color for #hex is #3672DB.


I love getcolorcode.com

Triadic colors

1 #24C98D and #8D24C9 with #C98D24 are triadic colors.

2 #248DC9 and #8DC924 with #C98D24 are triadic colors.