Html Css Color HEX #C98A18 Dark Goldenrod

📋 copy color: '#C98A18'

red 201 ◦ green 138 ◦ blue 24

#C98A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C98A18

Tints of Dark Goldenrod #C98A18

RGB

 RED value IS 201 (78.91% from 255) = 55.37%

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 55.37%
G = 38.02%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C98A18 (or 0xC98A18) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 18. RGB value is (201,138,24). Sum of RGB (Red+Green+Blue) = 201+138+24=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A18 is #3675E7. Grayscale: #909090. Windows color (decimal): -3569128 or 1608393. OLE color: 1608393.

HSL color Cylindrical-coordinate representation of color #C98A18: hue angle of 38.64º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C98A18 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 138 24 -
CMYK 0 0.31 0.88 0.21
HSL 38.64º 0.79% 0.44% -
HSV(B) 38.64º 0.88% 0.79% -
XYZ 33.34 30.66 5.02 -
YUV 143.84 60.37 168.77 -
System Red Green Blue C M Y K H S L
Decimal 201 138 24 0 0.31 0.88 0.21 38.64 0.79 0.44
Hex C9 8A 18 0 1F 58 15 27 4F 2C
Octal 311 212 30 0 37 130 25 47 117 54
Binary 11001001 10001010 11000 0 11111 1011000 10101 100111 1001111 101100

Color Harmonies of #C98A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A18

Black with #C98A18

Text Example


Text Example

White with #C98A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A18; }

 p { color: rgb(201,138,24); }

 H1.HeaderClassName
 {
   color: #C98A18;
 }
 .AnyTagClassName
 {
   color: #C98A18;
 }
</style>

background-color css

<style>
 a { background-color: #C98A18; }

 a { background-color: rgb(201,138,24); }

 div.DivClassName
 {
   background-color: #C98A18;
 }
 .BgClassName
 {
   background-color: #C98A18;
 }
</style>

border-color css

<style>
 span { border-color: #C98A18; }

 span { border-color: rgb(201,138,24); }

 td.TdClassName
 {
   border-color: #C98A18;
 }
 .TagClassName
 {
   border-color: #C98A18;
 }
</style>