#DDD09E

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

Shades of Tahuna Sands #DDD09E

Tints of Tahuna Sands #DDD09E

Color information

#DDD09E (or 0xDDD09E) is unknown color: approx Tahuna Sands. HEX triplet: DD, D0 and 9E. RGB value is (221,208,158). Sum of RGB (Red+Green+Blue) = 221+208+158=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD09E is #222F61. Grayscale: #CECECE. Windows color (decimal): -2240354 or 10408157. OLE color: 10408157.

HSL color Cylindrical-coordinate representation of color #DDD09E: hue angle of 47.62º degrees, saturation: 0.48, 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 #DDD09E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221208158-
CMYK00.060.290.13
HSL47.62º48.09%74.31%-
HSV(B)47.62º28.51%86.67%-
XYZ58.5562.9541.41-
YUV206.19100.81138.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 158 (62.11% from 255) = 26.92%
R=37.65%
G=35.43%
B=26.92%

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
Decimal22120815800.060.290.1347.6248.0974.31
HexDDD09E061DD30304a
Octal3353202360635156060112
Binary11011101110100001001111001101110111011100001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD09E; }

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

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

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

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

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

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

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

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