#C87D00

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

Shades of Dark Goldenrod #C87D00

Tints of Dark Goldenrod #C87D00

Color information

#C87D00 (or 0xC87D00) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 7D and 00. RGB value is (200,125,0). Sum of RGB (Red+Green+Blue) = 200+125+0=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D00 is #3782FF. Grayscale: #858585. Windows color (decimal): -3638016 or 32200. OLE color: 32200.

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

Color convert

RGB2001250-
CMYK00.3810.22
HSL37.5º100%39.22%-
HSV(B)37.5º100%78.43%-
XYZ31.1526.953.56-
YUV133.1852.85175.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.54%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200125000.3810.2237.510039.22
HexC87D00266416266427
Octal3101750046144264614447
Binary110010001111101001001101100100101101001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D00; }

 p { color: rgb(200,125,0); }

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

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

 a { background-color: rgb(200,125,0); }

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

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

 span { border-color: rgb(200,125,0); }

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