#DECF9B

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

Shades of Tahuna Sands #DECF9B

Tints of Tahuna Sands #DECF9B

Color information

#DECF9B (or 0xDECF9B) is unknown color: approx Tahuna Sands. HEX triplet: DE, CF and 9B. RGB value is (222,207,155). Sum of RGB (Red+Green+Blue) = 222+207+155=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECF9B is #213064. Grayscale: #CDCDCD. Windows color (decimal): -2175077 or 10211294. OLE color: 10211294.

HSL color Cylindrical-coordinate representation of color #DECF9B: hue angle of 46.57º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DECF9B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222207155-
CMYK00.070.300.13
HSL46.57º50.38%73.92%-
HSV(B)46.57º30.18%87.06%-
XYZ58.3562.5240-
YUV205.5699.47139.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 155 (60.94% from 255) = 26.54%
R=38.01%
G=35.45%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220715500.070.300.1346.5750.3873.92
HexDECF9B071ED2f324a
Octal3363172330736155762112
Binary11011110110011111001101101111111011011011111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF9B; }

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

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

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

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

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

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

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

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