#C37F0B

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

Shades of Dark Goldenrod #C37F0B

Tints of Dark Goldenrod #C37F0B

Color information

#C37F0B (or 0xC37F0B) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 7F and 0B. RGB value is (195,127,11). Sum of RGB (Red+Green+Blue) = 195+127+11=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F0B is #3C80F4. Grayscale: #868686. Windows color (decimal): -3965173 or 753603. OLE color: 753603.

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

Color convert

RGB19512711-
CMYK00.350.940.24
HSL37.83º89.32%40.39%-
HSV(B)37.83º94.36%76.47%-
XYZ30.1626.813.9-
YUV134.1158.53171.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 11 (4.69% from 255) = 3.30%
R=58.56%
G=38.14%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951271100.350.940.2437.8389.3240.39
HexC37FB0235E18265928
Octal30317713043136304613150
Binary110000111111111101101000111011110110001001101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F0B; }

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

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

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

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

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

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

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

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