#DECE65

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

Shades of Golden Sand #DECE65

Tints of Golden Sand #DECE65

Color information

#DECE65 (or 0xDECE65) is unknown color: approx Golden Sand. HEX triplet: DE, CE and 65. RGB value is (222,206,101). Sum of RGB (Red+Green+Blue) = 222+206+101=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE65 is #21319A. Grayscale: #C7C7C7. Windows color (decimal): -2175387 or 6672094. OLE color: 6672094.

HSL color Cylindrical-coordinate representation of color #DECE65: hue angle of 52.07º 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 #DECE65 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB222206101-
CMYK00.070.550.13
HSL52.07º64.71%63.33%-
HSV(B)52.07º54.5%87.06%-
XYZ54.5460.6121.14-
YUV198.8172.8144.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=41.97%
G=38.94%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220610100.070.550.1352.0764.7163.33
HexDECE650737D34413f
Octal3363161450767156410177
Binary11011110110011101100101011111011111011101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE65; }

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

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

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

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

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

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

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

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