#DDCC9B

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

Shades of Tahuna Sands #DDCC9B

Tints of Tahuna Sands #DDCC9B

Color information

#DDCC9B (or 0xDDCC9B) is unknown color: approx Tahuna Sands. HEX triplet: DD, CC and 9B. RGB value is (221,204,155). Sum of RGB (Red+Green+Blue) = 221+204+155=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC9B is #223364. Grayscale: #CBCBCB. Windows color (decimal): -2241381 or 10210525. OLE color: 10210525.

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

Color convert

RGB221204155-
CMYK00.080.300.13
HSL44.55º49.25%73.73%-
HSV(B)44.55º29.86%86.67%-
XYZ57.3360.9239.75-
YUV203.5100.63140.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 155 (60.94% from 255) = 26.72%
R=38.10%
G=35.17%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120415500.080.300.1344.5549.2573.73
HexDDCC9B081ED2d314a
Octal33531423301036155561112
Binary110111011100110010011011010001111011011011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC9B; }

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

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

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

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

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

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

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

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