#DDD39C

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

Shades of Tahuna Sands #DDD39C

Tints of Tahuna Sands #DDD39C

Color information

#DDD39C (or 0xDDD39C) is unknown color: approx Tahuna Sands. HEX triplet: DD, D3 and 9C. RGB value is (221,211,156). Sum of RGB (Red+Green+Blue) = 221+211+156=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD39C is #222C63. Grayscale: #CFCFCF. Windows color (decimal): -2239588 or 10277853. OLE color: 10277853.

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

Color convert

RGB221211156-
CMYK00.050.290.13
HSL50.77º48.87%73.92%-
HSV(B)50.77º29.41%86.67%-
XYZ59.1164.3640.76-
YUV207.7298.81137.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 156 (61.33% from 255) = 26.53%
R=37.59%
G=35.88%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121115600.050.290.1350.7748.8773.92
HexDDD39C051DD33314a
Octal3353232340535156361112
Binary11011101110100111001110001011110111011100111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD39C; }

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

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

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

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

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

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

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

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