#DECE68

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

Shades of Golden Sand #DECE68

Tints of Golden Sand #DECE68

Color information

#DECE68 (or 0xDECE68) is unknown color: approx Golden Sand. HEX triplet: DE, CE and 68. RGB value is (222,206,104). Sum of RGB (Red+Green+Blue) = 222+206+104=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE68 is #213197. Grayscale: #C7C7C7. Windows color (decimal): -2175384 or 6868702. OLE color: 6868702.

HSL color Cylindrical-coordinate representation of color #DECE68: hue angle of 51.86º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DECE68 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB222206104-
CMYK00.070.530.13
HSL51.86º64.13%63.92%-
HSV(B)51.86º53.15%87.06%-
XYZ54.6960.6721.92-
YUV199.1674.3144.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 104 (41.02% from 255) = 19.55%
R=41.73%
G=38.72%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220610400.070.530.1351.8664.1363.92
HexDECE680735D344040
Octal33631615007651564100100
Binary110111101100111011010000111110101110111010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE68; }

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

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

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

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

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

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

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

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