#DECB63

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

Shades of Golden Sand #DECB63

Tints of Golden Sand #DECB63

Color information

#DECB63 (or 0xDECB63) is unknown color: approx Golden Sand. HEX triplet: DE, CB and 63. RGB value is (222,203,99). Sum of RGB (Red+Green+Blue) = 222+203+99=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB63 is #21349C. Grayscale: #C5C5C5. Windows color (decimal): -2176157 or 6540254. OLE color: 6540254.

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

Color convert

RGB22220399-
CMYK00.090.550.13
HSL50.73º65.08%62.94%-
HSV(B)50.73º55.41%87.06%-
XYZ53.7359.1420.39-
YUV196.8272.79145.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 99 (39.06% from 255) = 18.89%
R=42.37%
G=38.74%
B=18.89%

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
Decimal2222039900.090.550.1350.7365.0862.94
HexDECB630937D33413f
Octal33631314301167156310177
Binary110111101100101111000110100111011111011100111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB63; }

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

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

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

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

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

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

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

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