#DEC961

Color #DEC961 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #DEC961

Tints of Golden Sand #DEC961

Color information

#DEC961 (or 0xDEC961) is unknown color: approx Golden Sand. HEX triplet: DE, C9 and 61. RGB value is (222,201,97). Sum of RGB (Red+Green+Blue) = 222+201+97=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC961 is #21369E. Grayscale: #C3C3C3. Windows color (decimal): -2176671 or 6408670. OLE color: 6408670.

HSL color Cylindrical-coordinate representation of color #DEC961: hue angle of 49.92º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEC961 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22220197-
CMYK00.090.560.13
HSL49.92º65.45%62.55%-
HSV(B)49.92º56.31%87.06%-
XYZ53.1758.1719.73-
YUV195.4272.46146.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 97 (38.28% from 255) = 18.65%
R=42.69%
G=38.65%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222019700.090.560.1349.9265.4562.55
HexDEC9610938D32413f
Octal33631114101170156210177
Binary110111101100100111000010100111100011011100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC961; }

 p { color: rgb(222,201,97); }

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

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

 a { background-color: rgb(222,201,97); }

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

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

 span { border-color: rgb(222,201,97); }

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