#C87B00

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

Shades of Dark Goldenrod #C87B00

Tints of Dark Goldenrod #C87B00

Color information

#C87B00 (or 0xC87B00) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 7B and 00. RGB value is (200,123,0). Sum of RGB (Red+Green+Blue) = 200+123+0=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87B00 is #3784FF. Grayscale: #848484. Windows color (decimal): -3638528 or 31688. OLE color: 31688.

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

Color convert

RGB2001230-
CMYK00.3810.22
HSL36.9º100%39.22%-
HSV(B)36.9º100%78.43%-
XYZ30.926.453.48-
YUV13253.51176.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.92%
G=38.08%
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
Decimal200123000.3810.2236.910039.22
HexC87B00266416256427
Octal3101730046144264514447
Binary110010001111011001001101100100101101001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B00; }

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

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

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

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

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

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

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

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