#DDCE9B

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

Shades of Tahuna Sands #DDCE9B

Tints of Tahuna Sands #DDCE9B

Color information

#DDCE9B (or 0xDDCE9B) is unknown color: approx Tahuna Sands. HEX triplet: DD, CE and 9B. RGB value is (221,206,155). Sum of RGB (Red+Green+Blue) = 221+206+155=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE9B is #223164. Grayscale: #CCCCCC. Windows color (decimal): -2240869 or 10211037. OLE color: 10211037.

HSL color Cylindrical-coordinate representation of color #DDCE9B: hue angle of 46.36º degrees, saturation: 0.49, 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 #DDCE9B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221206155-
CMYK00.070.300.13
HSL46.36º49.25%73.73%-
HSV(B)46.36º29.86%86.67%-
XYZ57.8161.8839.91-
YUV204.6799.97139.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 155 (60.94% from 255) = 26.63%
R=37.97%
G=35.40%
B=26.63%

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
Decimal22120615500.070.300.1346.3649.2573.73
HexDDCE9B071ED2e314a
Octal3353162330736155661112
Binary11011101110011101001101101111111011011011101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE9B; }

 p { color: rgb(221,206,155); }

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

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

 a { background-color: rgb(221,206,155); }

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

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

 span { border-color: rgb(221,206,155); }

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