#C5880E

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

Shades of Dark Goldenrod #C5880E

Tints of Dark Goldenrod #C5880E

Color information

#C5880E (or 0xC5880E) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 88 and 0E. RGB value is (197,136,14). Sum of RGB (Red+Green+Blue) = 197+136+14=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5880E is #3A77F1. Grayscale: #8C8C8C. Windows color (decimal): -3831794 or 952517. OLE color: 952517.

HSL color Cylindrical-coordinate representation of color #C5880E: hue angle of 40º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5880E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB19713614-
CMYK00.310.930.23
HSL40º86.73%41.37%-
HSV(B)40º92.89%77.25%-
XYZ31.9129.514.43-
YUV140.3356.71168.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 14 (5.86% from 255) = 4.03%
R=56.77%
G=39.19%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971361400.310.930.234086.7341.37
HexC588E01F5D17285729
Octal30521016037135275012751
Binary110001011000100011100111111011101101111010001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5880E; }

 p { color: rgb(197,136,14); }

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

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

 a { background-color: rgb(197,136,14); }

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

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

 span { border-color: rgb(197,136,14); }

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