#DECC69

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

Shades of Golden Sand #DECC69

Tints of Golden Sand #DECC69

Color information

#DECC69 (or 0xDECC69) is unknown color: approx Golden Sand. HEX triplet: DE, CC and 69. RGB value is (222,204,105). Sum of RGB (Red+Green+Blue) = 222+204+105=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC69 is #213396. Grayscale: #C6C6C6. Windows color (decimal): -2175895 or 6933726. OLE color: 6933726.

HSL color Cylindrical-coordinate representation of color #DECC69: hue angle of 50.77º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DECC69 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB222204105-
CMYK00.080.530.13
HSL50.77º63.93%64.12%-
HSV(B)50.77º52.7%87.06%-
XYZ54.2759.7422.03-
YUV198.175.46145.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=41.81%
G=38.42%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220410500.080.530.1350.7763.9364.12
HexDECC690835D334040
Octal336314151010651563100100
Binary1101111011001100110100101000110101110111001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC69; }

 p { color: rgb(222,204,105); }

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

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

 a { background-color: rgb(222,204,105); }

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

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

 span { border-color: rgb(222,204,105); }

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