#DDCEA0

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

Shades of Tahuna Sands #DDCEA0

Tints of Tahuna Sands #DDCEA0

Color information

#DDCEA0 (or 0xDDCEA0) is unknown color: approx Tahuna Sands. HEX triplet: DD, CE and A0. RGB value is (221,206,160). Sum of RGB (Red+Green+Blue) = 221+206+160=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA0 is #22315F. Grayscale: #CDCDCD. Windows color (decimal): -2240864 or 10538717. OLE color: 10538717.

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

Color convert

RGB221206160-
CMYK00.070.280.13
HSL45.25º47.29%74.71%-
HSV(B)45.25º27.6%86.67%-
XYZ58.2462.0542.17-
YUV205.24102.47139.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=37.65%
G=35.09%
B=27.26%

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
Decimal22120616000.070.280.1345.2547.2974.71
HexDDCEA0071CD2d2f4b
Octal3353162400734155557113
Binary11011101110011101010000001111110011011011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEA0; }

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

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

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

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

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

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

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

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