Html Css Color HEX #C88008 Dark Goldenrod

📋 copy color: '#C88008'

red 200 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #C88008

Tints of Dark Goldenrod #C88008

RGB

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

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

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

R = 59.52%
G = 38.1%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C88008 (or 0xC88008) is known color: Dark Goldenrod. HEX triplet: C8, 80 and 08. RGB value is (200,128,8). Sum of RGB (Red+Green+Blue) = 200+128+8=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C88008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88008 is #377FF7. Grayscale: #888888. Windows color (decimal): -3637240 or 557256. OLE color: 557256.

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

Color convert

RGB 200 128 8 -
CMYK 0 0.36 0.96 0.22
HSL 37.5º 0.92% 0.41% -
HSV(B) 37.5º 0.96% 0.78% -
XYZ 31.58 27.74 3.92 -
YUV 135.85 55.85 173.76 -
System Red Green Blue C M Y K H S L
Decimal 200 128 8 0 0.36 0.96 0.22 37.5 0.92 0.41
Hex C8 80 8 0 24 60 16 26 5C 29
Octal 310 200 10 0 44 140 26 46 134 51
Binary 11001000 10000000 1000 0 100100 1100000 10110 100110 1011100 101001

Color Harmonies of #C88008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88008

Black with #C88008

Text Example


Text Example

White with #C88008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88008; }

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

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

background-color css

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

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

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

border-color css

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

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

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