#DECB5C

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

Shades of Golden Sand #DECB5C

Tints of Golden Sand #DECB5C

Color information

#DECB5C (or 0xDECB5C) is unknown color: approx Golden Sand. HEX triplet: DE, CB and 5C. RGB value is (222,203,92). Sum of RGB (Red+Green+Blue) = 222+203+92=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB5C is #2134A3. Grayscale: #C4C4C4. Windows color (decimal): -2176164 or 6081502. OLE color: 6081502.

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

Color convert

RGB22220392-
CMYK00.090.590.13
HSL51.23º66.33%61.57%-
HSV(B)51.23º58.56%87.06%-
XYZ53.4159.0118.7-
YUV196.0369.29146.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 92 (36.33% from 255) = 17.79%
R=42.94%
G=39.26%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222039200.090.590.1351.2366.3361.57
HexDECB5C093BD33423e
Octal33631313401173156310276
Binary110111101100101110111000100111101111011100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB5C; }

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

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

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

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

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

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

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

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