#DECD63

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

Shades of Golden Sand #DECD63

Tints of Golden Sand #DECD63

Color information

#DECD63 (or 0xDECD63) is unknown color: approx Golden Sand. HEX triplet: DE, CD and 63. RGB value is (222,205,99). Sum of RGB (Red+Green+Blue) = 222+205+99=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD63 is #21329C. Grayscale: #C6C6C6. Windows color (decimal): -2175645 or 6540766. OLE color: 6540766.

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

Color convert

RGB22220599-
CMYK00.080.550.13
HSL51.71º65.08%62.94%-
HSV(B)51.71º55.41%87.06%-
XYZ54.2160.0920.55-
YUV19872.13145.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 99 (39.06% from 255) = 18.82%
R=42.21%
G=38.97%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222059900.080.550.1351.7165.0862.94
HexDECD630837D34413f
Octal33631514301067156410177
Binary110111101100110111000110100011011111011101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD63; }

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

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

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

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

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

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

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

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