#C58D02

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

Shades of Dark Goldenrod #C58D02

Tints of Dark Goldenrod #C58D02

Color information

#C58D02 (or 0xC58D02) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 8D and 02. RGB value is (197,141,2). Sum of RGB (Red+Green+Blue) = 197+141+2=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58D02 is #3A72FD. Grayscale: #8E8E8E. Windows color (decimal): -3830526 or 167365. OLE color: 167365.

HSL color Cylindrical-coordinate representation of color #C58D02: hue angle of 42.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C58D02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB1971412-
CMYK00.280.990.23
HSL42.77º97.99%39.02%-
HSV(B)42.77º98.98%77.25%-
XYZ32.5630.924.31-
YUV141.949.05167.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.94%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=57.94%
G=41.47%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197141200.280.990.2342.7797.9939.02
HexC58D201C63172b6227
Octal3052152034143275314247
Binary1100010110001101100111001100011101111010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D02; }

 p { color: rgb(197,141,2); }

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

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

 a { background-color: rgb(197,141,2); }

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

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

 span { border-color: rgb(197,141,2); }

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