Html Css Color HEX #C08008 Dark Goldenrod

📋 copy color: '#C08008'

red 192 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #C08008

Tints of Dark Goldenrod #C08008

RGB

 RED value IS 192 (75.39% from 255) = 58.54%

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

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

R = 58.54%
G = 39.02%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C08008 (or 0xC08008) is known color: Dark Goldenrod. HEX triplet: C0, 80 and 08. RGB value is (192,128,8). Sum of RGB (Red+Green+Blue) = 192+128+8=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C08008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08008 is #3F7FF7. Grayscale: #868686. Windows color (decimal): -4161528 or 557248. OLE color: 557248.

HSL color Cylindrical-coordinate representation of color #C08008: hue angle of 39.13º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C08008 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 8 -
CMYK 0 0.33 0.96 0.25
HSL 39.13º 0.92% 0.39% -
HSV(B) 39.13º 0.96% 0.75% -
XYZ 29.5 26.66 3.82 -
YUV 133.46 57.2 169.76 -
System Red Green Blue C M Y K H S L
Decimal 192 128 8 0 0.33 0.96 0.25 39.13 0.92 0.39
Hex C0 80 8 0 21 60 19 27 5C 27
Octal 300 200 10 0 41 140 31 47 134 47
Binary 11000000 10000000 1000 0 100001 1100000 11001 100111 1011100 100111

Color Harmonies of #C08008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08008

Black with #C08008

Text Example


Text Example

White with #C08008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08008; }

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

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

background-color css

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

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

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

border-color css

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

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

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