#C57F08

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

Shades of Dark Goldenrod #C57F08

Tints of Dark Goldenrod #C57F08

Color information

#C57F08 (or 0xC57F08) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 7F and 08. RGB value is (197,127,8). Sum of RGB (Red+Green+Blue) = 197+127+8=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F08 is #3A80F7. Grayscale: #868686. Windows color (decimal): -3834104 or 556997. OLE color: 556997.

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

Color convert

RGB1971278-
CMYK00.360.960.23
HSL37.78º92.2%40.2%-
HSV(B)37.78º95.94%77.25%-
XYZ30.6627.073.84-
YUV134.3656.69172.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.34%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 8 (3.52% from 255) = 2.41%
R=59.34%
G=38.25%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197127800.360.960.2337.7892.240.2
HexC57F80246017265c28
Octal30517710044140274613450
Binary110001011111111100001001001100000101111001101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57F08; }

 p { color: rgb(197,127,8); }

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

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

 a { background-color: rgb(197,127,8); }

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

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

 span { border-color: rgb(197,127,8); }

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