#C87C03

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

Shades of Dark Goldenrod #C87C03

Tints of Dark Goldenrod #C87C03

Color information

#C87C03 (or 0xC87C03) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 7C and 03. RGB value is (200,124,3). Sum of RGB (Red+Green+Blue) = 200+124+3=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87C03 is #3783FC. Grayscale: #858585. Windows color (decimal): -3638269 or 228552. OLE color: 228552.

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

Color convert

RGB2001243-
CMYK00.380.980.22
HSL36.85º97.04%39.8%-
HSV(B)36.85º98.5%78.43%-
XYZ31.0426.73.6-
YUV132.9354.68175.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.16%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 3 (1.56% from 255) = 0.92%
R=61.16%
G=37.92%
B=0.92%

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
Decimal200124300.380.980.2236.8597.0439.8
HexC87C30266216256128
Octal3101743046142264514150
Binary1100100011111001101001101100010101101001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87C03; }

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

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

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

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

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

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

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

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