#ddd19b

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

Shades of Tahuna Sands #DDD19B

Tints of Tahuna Sands #DDD19B

Color information

#DDD19B (or 0xDDD19B) is unknown color: approx Tahuna Sands. HEX triplet: DD, D1 and 9B. RGB value is (221,209,155). Sum of RGB (Red+Green+Blue) = 221+209+155=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD19B is #222E64. Grayscale: #CECECE. Windows color (decimal): -2240101 or 10211805. OLE color: 10211805.

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

Color convert

RGB221209155-
CMYK00.050.300.13
HSL49.09º49.25%73.73%-
HSV(B)49.09º29.86%86.67%-
XYZ58.5463.3440.15-
YUV206.4398.98138.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 155 (60.94% from 255) = 26.50%
R=37.78%
G=35.73%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120915500.050.300.1349.0949.2573.73
HexDDD19B051ED31314a
Octal3353212330536156161112
Binary11011101110100011001101101011111011011100011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd19b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd19b; }

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

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

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

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

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

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

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

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