#C37C05

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

Shades of Dark Goldenrod #C37C05

Tints of Dark Goldenrod #C37C05

Color information

#C37C05 (or 0xC37C05) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 7C and 05. RGB value is (195,124,5). Sum of RGB (Red+Green+Blue) = 195+124+5=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C05 is #3C83FA. Grayscale: #848484. Windows color (decimal): -3965947 or 359619. OLE color: 359619.

HSL color Cylindrical-coordinate representation of color #C37C05: hue angle of 37.58º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C37C05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1951245-
CMYK00.360.970.24
HSL37.58º95%39.22%-
HSV(B)37.58º97.44%76.47%-
XYZ29.7426.033.6-
YUV131.6656.52173.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.19%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=60.19%
G=38.27%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195124500.360.970.2437.589539.22
HexC37C50246118265f27
Octal3031745044141304613747
Binary11000011111110010101001001100001110001001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C05; }

 p { color: rgb(195,124,5); }

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

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

 a { background-color: rgb(195,124,5); }

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

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

 span { border-color: rgb(195,124,5); }

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