#C57A07

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

Shades of Dark Goldenrod #C57A07

Tints of Dark Goldenrod #C57A07

Color information

#C57A07 (or 0xC57A07) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 7A and 07. RGB value is (197,122,7). Sum of RGB (Red+Green+Blue) = 197+122+7=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A07 is #3A85F8. Grayscale: #838383. Windows color (decimal): -3835385 or 490181. OLE color: 490181.

HSL color Cylindrical-coordinate representation of color #C57A07: hue angle of 36.32º 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 #C57A07 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1971227-
CMYK00.380.960.23
HSL36.32º93.14%40%-
HSV(B)36.32º96.45%77.25%-
XYZ30.0225.83.6-
YUV131.3257.85174.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.43%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=60.43%
G=37.42%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197122700.380.960.2336.3293.1440
HexC57A70266017245d28
Octal3051727046140274413550
Binary11000101111101011101001101100000101111001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A07; }

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

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

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

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

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

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

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

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