#C37605

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

Shades of Dark Goldenrod #C37605

Tints of Dark Goldenrod #C37605

Color information

#C37605 (or 0xC37605) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 76 and 05. RGB value is (195,118,5). Sum of RGB (Red+Green+Blue) = 195+118+5=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C37605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37605 is #3C89FA. Grayscale: #808080. Windows color (decimal): -3967483 or 358083. OLE color: 358083.

HSL color Cylindrical-coordinate representation of color #C37605: hue angle of 35.68º 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 #C37605 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1951185-
CMYK00.390.970.24
HSL35.68º95%39.22%-
HSV(B)35.68º97.44%76.47%-
XYZ29.0124.573.36-
YUV128.1458.51175.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=61.32%
G=37.11%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195118500.390.970.2435.689539.22
HexC37650276118245f27
Octal3031665047141304413747
Binary11000011111011010101001111100001110001001001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37605; }

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

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

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

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

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

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

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

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