#C87503

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

Shades of Dark Goldenrod #C87503

Tints of Dark Goldenrod #C87503

Color information

#C87503 (or 0xC87503) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 75 and 03. RGB value is (200,117,3). Sum of RGB (Red+Green+Blue) = 200+117+3=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C87503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87503 is #378AFC. Grayscale: #818181. Windows color (decimal): -3640061 or 226760. OLE color: 226760.

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

Color convert

RGB2001173-
CMYK00.420.980.22
HSL34.72º97.04%39.8%-
HSV(B)34.72º98.5%78.43%-
XYZ30.225.013.32-
YUV128.8257178.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.5%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=62.5%
G=36.56%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200117300.420.980.2234.7297.0439.8
HexC875302A6216236128
Octal3101653052142264314150
Binary1100100011101011101010101100010101101000111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87503; }

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

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

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

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

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

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

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

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