Html Css Color HEX #C98008 Dark Goldenrod

📋 copy color: '#C98008'

red 201 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #C98008

Tints of Dark Goldenrod #C98008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 59.64%
G = 37.98%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C98008 (or 0xC98008) is known color: Dark Goldenrod. HEX triplet: C9, 80 and 08. RGB value is (201,128,8). Sum of RGB (Red+Green+Blue) = 201+128+8=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C98008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98008 is #367FF7. Grayscale: #888888. Windows color (decimal): -3571704 or 557257. OLE color: 557257.

HSL color Cylindrical-coordinate representation of color #C98008: hue angle of 37.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C98008 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 8 -
CMYK 0 0.36 0.96 0.21
HSL 37.31º 0.92% 0.41% -
HSV(B) 37.31º 0.96% 0.79% -
XYZ 31.85 27.87 3.93 -
YUV 136.15 55.68 174.26 -
System Red Green Blue C M Y K H S L
Decimal 201 128 8 0 0.36 0.96 0.21 37.31 0.92 0.41
Hex C9 80 8 0 24 60 15 25 5C 29
Octal 311 200 10 0 44 140 25 45 134 51
Binary 11001001 10000000 1000 0 100100 1100000 10101 100101 1011100 101001

Color Harmonies of #C98008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98008

Black with #C98008

Text Example


Text Example

White with #C98008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98008; }

 p { color: rgb(201,128,8); }

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

background-color css

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

 a { background-color: rgb(201,128,8); }

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

border-color css

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

 span { border-color: rgb(201,128,8); }

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