Html Css Color HEX #C87608 Dark Goldenrod

📋 copy color: '#C87608'

red 200 ◦ green 118 ◦ blue 8

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

Shades of Dark Goldenrod #C87608

Tints of Dark Goldenrod #C87608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

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

R = 61.35%
G = 36.2%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C87608 (or 0xC87608) is known color: Dark Goldenrod. HEX triplet: C8, 76 and 08. RGB value is (200,118,8). Sum of RGB (Red+Green+Blue) = 200+118+8=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C87608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87608 is #3789F7. Grayscale: #828282. Windows color (decimal): -3639800 or 554696. OLE color: 554696.

HSL color Cylindrical-coordinate representation of color #C87608: hue angle of 34.38º 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 #C87608 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 118 8 -
CMYK 0 0.41 0.96 0.22
HSL 34.38º 0.92% 0.41% -
HSV(B) 34.38º 0.96% 0.78% -
XYZ 30.34 25.25 3.51 -
YUV 129.98 59.17 177.94 -
System Red Green Blue C M Y K H S L
Decimal 200 118 8 0 0.41 0.96 0.22 34.38 0.92 0.41
Hex C8 76 8 0 29 60 16 22 5C 29
Octal 310 166 10 0 51 140 26 42 134 51
Binary 11001000 1110110 1000 0 101001 1100000 10110 100010 1011100 101001

Color Harmonies of #C87608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87608

Black with #C87608

Text Example


Text Example

White with #C87608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87608; }

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

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

background-color css

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

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

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

border-color css

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

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

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