Html Css Color HEX #C88006 Dark Goldenrod

📋 copy color: '#C88006'

red 200 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #C88006

Tints of Dark Goldenrod #C88006

RGB

 RED value IS 200 (78.52% from 255) = 59.88%

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

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 59.88%
G = 38.32%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C88006 (or 0xC88006) is known color: Dark Goldenrod. HEX triplet: C8, 80 and 06. RGB value is (200,128,6). Sum of RGB (Red+Green+Blue) = 200+128+6=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C88006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88006 is #377FF9. Grayscale: #888888. Windows color (decimal): -3637242 or 426184. OLE color: 426184.

HSL color Cylindrical-coordinate representation of color #C88006: hue angle of 37.73º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C88006 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 6 -
CMYK 0 0.36 0.97 0.22
HSL 37.73º 0.94% 0.4% -
HSV(B) 37.73º 0.97% 0.78% -
XYZ 31.57 27.73 3.86 -
YUV 135.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 200 128 6 0 0.36 0.97 0.22 37.73 0.94 0.4
Hex C8 80 6 0 24 61 16 26 5E 28
Octal 310 200 6 0 44 141 26 46 136 50
Binary 11001000 10000000 110 0 100100 1100001 10110 100110 1011110 101000

Color Harmonies of #C88006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88006

Black with #C88006

Text Example


Text Example

White with #C88006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88006; }

 p { color: rgb(200,128,6); }

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

background-color css

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

 a { background-color: rgb(200,128,6); }

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

border-color css

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

 span { border-color: rgb(200,128,6); }

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