#C58007

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

Shades of Dark Goldenrod #C58007

Tints of Dark Goldenrod #C58007

Color information

#C58007 (or 0xC58007) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 80 and 07. RGB value is (197,128,7). Sum of RGB (Red+Green+Blue) = 197+128+7=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C58007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58007 is #3A7FF8. Grayscale: #878787. Windows color (decimal): -3833849 or 491717. OLE color: 491717.

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

Color convert

RGB1971287-
CMYK00.350.960.23
HSL38.21º93.14%40%-
HSV(B)38.21º96.45%77.25%-
XYZ30.7827.323.85-
YUV134.8455.86172.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.34%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 7 (3.12% from 255) = 2.11%
R=59.34%
G=38.55%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197128700.350.960.2338.2193.1440
HexC58070236017265d28
Octal3052007043140274613550
Binary110001011000000011101000111100000101111001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58007; }

 p { color: rgb(197,128,7); }

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

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

 a { background-color: rgb(197,128,7); }

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

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

 span { border-color: rgb(197,128,7); }

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