#DDCDA0

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

Shades of Tahuna Sands #DDCDA0

Tints of Tahuna Sands #DDCDA0

Color information

#DDCDA0 (or 0xDDCDA0) is unknown color: approx Tahuna Sands. HEX triplet: DD, CD and A0. RGB value is (221,205,160). Sum of RGB (Red+Green+Blue) = 221+205+160=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA0 is #22325F. Grayscale: #CCCCCC. Windows color (decimal): -2241120 or 10538461. OLE color: 10538461.

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

Color convert

RGB221205160-
CMYK00.070.280.13
HSL44.26º47.29%74.71%-
HSV(B)44.26º27.6%86.67%-
XYZ5861.5742.09-
YUV204.65102.8139.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=37.71%
G=34.98%
B=27.30%

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
Decimal22120516000.070.280.1344.2647.2974.71
HexDDCDA0071CD2c2f4b
Octal3353152400734155457113
Binary11011101110011011010000001111110011011011001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDA0; }

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

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

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

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

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

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

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

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