#DEC861

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

Shades of Golden Sand #DEC861

Tints of Golden Sand #DEC861

Color information

#DEC861 (or 0xDEC861) is unknown color: approx Golden Sand. HEX triplet: DE, C8 and 61. RGB value is (222,200,97). Sum of RGB (Red+Green+Blue) = 222+200+97=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC861 is #21379E. Grayscale: #C3C3C3. Windows color (decimal): -2176927 or 6408414. OLE color: 6408414.

HSL color Cylindrical-coordinate representation of color #DEC861: hue angle of 49.44º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEC861 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22220097-
CMYK00.100.560.13
HSL49.44º65.45%62.55%-
HSV(B)49.44º56.31%87.06%-
XYZ52.9457.719.66-
YUV194.8472.79147.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 97 (38.28% from 255) = 18.69%
R=42.77%
G=38.54%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222009700.100.560.1349.4465.4562.55
HexDEC8610A38D31413f
Octal33631014101270156110177
Binary110111101100100011000010101011100011011100011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC861; }

 p { color: rgb(222,200,97); }

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

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

 a { background-color: rgb(222,200,97); }

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

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

 span { border-color: rgb(222,200,97); }

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