Html Css Color HEX #C87508 Dark Goldenrod

📋 copy color: '#C87508'

red 200 ◦ green 117 ◦ blue 8

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

Shades of Dark Goldenrod #C87508

Tints of Dark Goldenrod #C87508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

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

R = 61.54%
G = 36%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C87508 (or 0xC87508) is known color: Dark Goldenrod. HEX triplet: C8, 75 and 08. RGB value is (200,117,8). Sum of RGB (Red+Green+Blue) = 200+117+8=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C87508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87508 is #378AF7. Grayscale: #818181. Windows color (decimal): -3640056 or 554440. OLE color: 554440.

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

Color convert

RGB 200 117 8 -
CMYK 0 0.42 0.96 0.22
HSL 34.06º 0.92% 0.41% -
HSV(B) 34.06º 0.96% 0.78% -
XYZ 30.22 25.02 3.47 -
YUV 129.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 200 117 8 0 0.42 0.96 0.22 34.06 0.92 0.41
Hex C8 75 8 0 2A 60 16 22 5C 29
Octal 310 165 10 0 52 140 26 42 134 51
Binary 11001000 1110101 1000 0 101010 1100000 10110 100010 1011100 101001

Color Harmonies of #C87508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87508

Black with #C87508

Text Example


Text Example

White with #C87508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87508; }

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

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

background-color css

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

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

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

border-color css

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

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

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