#DDD09C

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

Shades of Tahuna Sands #DDD09C

Tints of Tahuna Sands #DDD09C

Color information

#DDD09C (or 0xDDD09C) is unknown color: approx Tahuna Sands. HEX triplet: DD, D0 and 9C. RGB value is (221,208,156). Sum of RGB (Red+Green+Blue) = 221+208+156=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD09C is #222F63. Grayscale: #CECECE. Windows color (decimal): -2240356 or 10277085. OLE color: 10277085.

HSL color Cylindrical-coordinate representation of color #DDD09C: hue angle of 48º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDD09C is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221208156-
CMYK00.060.290.13
HSL48º48.87%73.92%-
HSV(B)48º29.41%86.67%-
XYZ58.3862.8840.51-
YUV205.9699.81138.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 156 (61.33% from 255) = 26.67%
R=37.78%
G=35.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120815600.060.290.134848.8773.92
HexDDD09C061DD30314a
Octal3353202340635156061112
Binary11011101110100001001110001101110111011100001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD09C; }

 p { color: rgb(221,208,156); }

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

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

 a { background-color: rgb(221,208,156); }

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

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

 span { border-color: rgb(221,208,156); }

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