#C87C0B

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

Shades of Dark Goldenrod #C87C0B

Tints of Dark Goldenrod #C87C0B

Color information

#C87C0B (or 0xC87C0B) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 7C and 0B. RGB value is (200,124,11). Sum of RGB (Red+Green+Blue) = 200+124+11=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87C0B is #3783F4. Grayscale: #868686. Windows color (decimal): -3638261 or 752840. OLE color: 752840.

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

Color convert

RGB20012411-
CMYK00.380.940.22
HSL35.87º89.57%41.37%-
HSV(B)35.87º94.5%78.43%-
XYZ31.0926.723.84-
YUV133.8458.68175.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.70%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 11 (4.69% from 255) = 3.28%
R=59.70%
G=37.01%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001241100.380.940.2235.8789.5741.37
HexC87CB0265E16245a29
Octal31017413046136264413251
Binary110010001111100101101001101011110101101001001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87C0B; }

 p { color: rgb(200,124,11); }

 H1.HeaderClassName
 {
   color: #C87C0B;
 }
 .AnyTagClassName
 {
   color: #C87C0B;
 }
</style>
background-color css

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

 a { background-color: rgb(200,124,11); }

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

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

 span { border-color: rgb(200,124,11); }

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