#C87508

Color #C87508 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C87508

Tints of Dark Goldenrod #C87508

Color information

#C87508 (or 0xC87508) is unknown color: approx 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

RGB2001178-
CMYK00.420.960.22
HSL34.06º92.31%40.78%-
HSV(B)34.06º96%78.43%-
XYZ30.2225.023.47-
YUV129.3959.5178.36-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200117800.420.960.2234.0692.3140.78
HexC875802A6016225c29
Octal31016510052140264213451
Binary110010001110101100001010101100000101101000101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>