#C58818

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

Shades of Dark Goldenrod #C58818

Tints of Dark Goldenrod #C58818

Color information

#C58818 (or 0xC58818) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 88 and 18. RGB value is (197,136,24). Sum of RGB (Red+Green+Blue) = 197+136+24=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C58818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58818 is #3A77E7. Grayscale: #8D8D8D. Windows color (decimal): -3831784 or 1607877. OLE color: 1607877.

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

Color convert

RGB19713624-
CMYK00.310.880.23
HSL38.84º78.28%43.33%-
HSV(B)38.84º87.82%77.25%-
XYZ31.9929.544.88-
YUV141.4761.71167.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.18%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=55.18%
G=38.10%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971362400.310.880.2338.8478.2843.33
HexC5881801F5817274e2b
Octal30521030037130274711653
Binary1100010110001000110000111111011000101111001111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58818; }

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

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

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

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

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

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

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

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