#C27506

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

Shades of Dark Goldenrod #C27506

Tints of Dark Goldenrod #C27506

Color information

#C27506 (or 0xC27506) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 75 and 06. RGB value is (194,117,6). Sum of RGB (Red+Green+Blue) = 194+117+6=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C27506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27506 is #3D8AF9. Grayscale: #7F7F7F. Windows color (decimal): -4033274 or 423362. OLE color: 423362.

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

Color convert

RGB1941176-
CMYK00.400.970.24
HSL35.43º94%39.22%-
HSV(B)35.43º96.91%76.08%-
XYZ28.6424.213.33-
YUV127.3759.51175.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=61.20%
G=36.91%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194117600.400.970.2435.439439.22
HexC27560286118235e27
Octal3021656050141304313647
Binary11000010111010111001010001100001110001000111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27506; }

 p { color: rgb(194,117,6); }

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

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

 a { background-color: rgb(194,117,6); }

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

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

 span { border-color: rgb(194,117,6); }

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