#DDD39B

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

Shades of Tahuna Sands #DDD39B

Tints of Tahuna Sands #DDD39B

Color information

#DDD39B (or 0xDDD39B) is unknown color: approx Tahuna Sands. HEX triplet: DD, D3 and 9B. RGB value is (221,211,155). Sum of RGB (Red+Green+Blue) = 221+211+155=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD39B is #222C64. Grayscale: #CFCFCF. Windows color (decimal): -2239589 or 10212317. OLE color: 10212317.

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

Color convert

RGB221211155-
CMYK00.050.300.13
HSL50.91º49.25%73.73%-
HSV(B)50.91º29.86%86.67%-
XYZ59.0364.3340.32-
YUV207.6198.31137.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=37.65%
G=35.95%
B=26.41%

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
Decimal22121115500.050.300.1350.9149.2573.73
HexDDD39B051ED33314a
Octal3353232330536156361112
Binary11011101110100111001101101011111011011100111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD39B; }

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

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

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

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

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

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

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

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