#C87D03

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

Shades of Dark Goldenrod #C87D03

Tints of Dark Goldenrod #C87D03

Color information

#C87D03 (or 0xC87D03) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 7D and 03. RGB value is (200,125,3). Sum of RGB (Red+Green+Blue) = 200+125+3=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D03 is #3782FC. Grayscale: #868686. Windows color (decimal): -3638013 or 228808. OLE color: 228808.

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

Color convert

RGB2001253-
CMYK00.380.980.22
HSL37.16º97.04%39.8%-
HSV(B)37.16º98.5%78.43%-
XYZ31.1726.953.65-
YUV133.5254.35175.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 125 (49.22% from 255) = 38.11%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=60.98%
G=38.11%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200125300.380.980.2237.1697.0439.8
HexC87D30266216256128
Octal3101753046142264514150
Binary1100100011111011101001101100010101101001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D03; }

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

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

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

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

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

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

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

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