#C27E16

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

Shades of Dark Goldenrod #C27E16

Tints of Dark Goldenrod #C27E16

Color information

#C27E16 (or 0xC27E16) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 7E and 16. RGB value is (194,126,22). Sum of RGB (Red+Green+Blue) = 194+126+22=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27E16 is #3D81E9. Grayscale: #868686. Windows color (decimal): -4030954 or 1474242. OLE color: 1474242.

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

Color convert

RGB19412622-
CMYK00.350.890.24
HSL36.28º79.63%42.35%-
HSV(B)36.28º88.66%76.08%-
XYZ29.8526.454.29-
YUV134.4864.53170.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 22 (8.98% from 255) = 6.43%
R=56.73%
G=36.84%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941262200.350.890.2436.2879.6342.35
HexC27E16023591824502a
Octal30217626043131304412052
Binary1100001011111101011001000111011001110001001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E16; }

 p { color: rgb(194,126,22); }

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

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

 a { background-color: rgb(194,126,22); }

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

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

 span { border-color: rgb(194,126,22); }

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