#C28116

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

Shades of Dark Goldenrod #C28116

Tints of Dark Goldenrod #C28116

Color information

#C28116 (or 0xC28116) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 81 and 16. RGB value is (194,129,22). Sum of RGB (Red+Green+Blue) = 194+129+22=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C28116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28116 is #3D7EE9. Grayscale: #888888. Windows color (decimal): -4030186 or 1475010. OLE color: 1475010.

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

Color convert

RGB19412922-
CMYK00.340.890.24
HSL37.33º79.63%42.35%-
HSV(B)37.33º88.66%76.08%-
XYZ30.2427.234.42-
YUV136.2463.53169.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=56.23%
G=37.39%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941292200.340.890.2437.3379.6342.35
HexC28116022591825502a
Octal30220126042131304512052
Binary11000010100000011011001000101011001110001001011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28116; }

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

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

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

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

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

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

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

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