#DECD5E

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

Shades of Golden Sand #DECD5E

Tints of Golden Sand #DECD5E

Color information

#DECD5E (or 0xDECD5E) is unknown color: approx Golden Sand. HEX triplet: DE, CD and 5E. RGB value is (222,205,94). Sum of RGB (Red+Green+Blue) = 222+205+94=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD5E is #2132A1. Grayscale: #C5C5C5. Windows color (decimal): -2175650 or 6213086. OLE color: 6213086.

HSL color Cylindrical-coordinate representation of color #DECD5E: hue angle of 52.03º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DECD5E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22220594-
CMYK00.080.580.13
HSL52.03º65.98%61.96%-
HSV(B)52.03º57.66%87.06%-
XYZ53.986019.33-
YUV197.4369.63145.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=42.61%
G=39.35%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222059400.080.580.1352.0365.9861.96
HexDECD5E083AD34423e
Octal33631513601072156410276
Binary110111101100110110111100100011101011011101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD5E; }

 p { color: rgb(222,205,94); }

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

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

 a { background-color: rgb(222,205,94); }

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

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

 span { border-color: rgb(222,205,94); }

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