#DDD391

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

Shades of Tahuna Sands #DDD391

Tints of Tahuna Sands #DDD391

Color information

#DDD391 (or 0xDDD391) is unknown color: approx Tahuna Sands. HEX triplet: DD, D3 and 91. RGB value is (221,211,145). Sum of RGB (Red+Green+Blue) = 221+211+145=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 145 (57.03% from 255 or 25.13% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD391 is #222C6E. Grayscale: #CECECE. Windows color (decimal): -2239599 or 9556957. OLE color: 9556957.

HSL color Cylindrical-coordinate representation of color #DDD391: hue angle of 52.11º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDD391 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221211145-
CMYK00.050.340.13
HSL52.11º52.78%71.76%-
HSV(B)52.11º34.39%86.67%-
XYZ58.2264.0136.07-
YUV206.4793.31138.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 211 (82.81% from 255) = 36.57%
BLUE value IS 145 (57.03% from 255) = 25.13%
R=38.30%
G=36.57%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121114500.050.340.1352.1152.7871.76
HexDDD3910522D343548
Octal3353232210542156465110
Binary110111011101001110010001010110001011011101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD391; }

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

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

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

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

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

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

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

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