#DECA65

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

Shades of Golden Sand #DECA65

Tints of Golden Sand #DECA65

Color information

#DECA65 (or 0xDECA65) is unknown color: approx Golden Sand. HEX triplet: DE, CA and 65. RGB value is (222,202,101). Sum of RGB (Red+Green+Blue) = 222+202+101=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA65 is #21359A. Grayscale: #C4C4C4. Windows color (decimal): -2176411 or 6671070. OLE color: 6671070.

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

Color convert

RGB222202101-
CMYK00.090.550.13
HSL50.08º64.71%63.33%-
HSV(B)50.08º54.5%87.06%-
XYZ53.5958.7120.82-
YUV196.4774.13146.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 101 (39.84% from 255) = 19.24%
R=42.29%
G=38.48%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220210100.090.550.1350.0864.7163.33
HexDECA650937D32413f
Octal33631214501167156210177
Binary110111101100101011001010100111011111011100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA65; }

 p { color: rgb(222,202,101); }

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

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

 a { background-color: rgb(222,202,101); }

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

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

 span { border-color: rgb(222,202,101); }

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