#DEC85C

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

Shades of Golden Sand #DEC85C

Tints of Golden Sand #DEC85C

Color information

#DEC85C (or 0xDEC85C) is unknown color: approx Golden Sand. HEX triplet: DE, C8 and 5C. RGB value is (222,200,92). Sum of RGB (Red+Green+Blue) = 222+200+92=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC85C is #2137A3. Grayscale: #C2C2C2. Windows color (decimal): -2176932 or 6080734. OLE color: 6080734.

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

Color convert

RGB22220092-
CMYK00.100.590.13
HSL49.85º66.33%61.57%-
HSV(B)49.85º58.56%87.06%-
XYZ52.7157.6118.47-
YUV194.2770.29147.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.19%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 92 (36.33% from 255) = 17.90%
R=43.19%
G=38.91%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222009200.100.590.1349.8566.3361.57
HexDEC85C0A3BD32423e
Octal33631013401273156210276
Binary110111101100100010111000101011101111011100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC85C; }

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

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

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

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

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

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

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

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