#DECFA0

Color #DECFA0 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #DECFA0

Tints of Tahuna Sands #DECFA0

Color information

#DECFA0 (or 0xDECFA0) is unknown color: approx Tahuna Sands. HEX triplet: DE, CF and A0. RGB value is (222,207,160). Sum of RGB (Red+Green+Blue) = 222+207+160=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECFA0 is #21305F. Grayscale: #CECECE. Windows color (decimal): -2175072 or 10538974. OLE color: 10538974.

HSL color Cylindrical-coordinate representation of color #DECFA0: hue angle of 45.48º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DECFA0 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB222207160-
CMYK00.070.280.13
HSL45.48º48.44%74.9%-
HSV(B)45.48º27.93%87.06%-
XYZ58.7862.6942.26-
YUV206.13101.97139.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=37.69%
G=35.14%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220716000.070.280.1345.4848.4474.9
HexDECFA0071CD2d304b
Octal3363172400734155560113
Binary11011110110011111010000001111110011011011011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFA0; }

 p { color: rgb(222,207,160); }

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

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

 a { background-color: rgb(222,207,160); }

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

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

 span { border-color: rgb(222,207,160); }

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