#C37F11

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

Shades of Dark Goldenrod #C37F11

Tints of Dark Goldenrod #C37F11

Color information

#C37F11 (or 0xC37F11) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 7F and 11. RGB value is (195,127,17). Sum of RGB (Red+Green+Blue) = 195+127+17=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F11 is #3C80EE. Grayscale: #878787. Windows color (decimal): -3965167 or 1146819. OLE color: 1146819.

HSL color Cylindrical-coordinate representation of color #C37F11: hue angle of 37.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C37F11 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19512717-
CMYK00.350.910.24
HSL37.08º83.96%41.57%-
HSV(B)37.08º91.28%76.47%-
XYZ30.226.824.12-
YUV134.7961.53170.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 17 (7.03% from 255) = 5.01%
R=57.52%
G=37.46%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951271700.350.910.2437.0883.9641.57
HexC37F110235B1825542a
Octal30317721043133304512452
Binary1100001111111111000101000111011011110001001011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F11; }

 p { color: rgb(195,127,17); }

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

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

 a { background-color: rgb(195,127,17); }

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

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

 span { border-color: rgb(195,127,17); }

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