#DDD08F

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

Shades of Tahuna Sands #DDD08F

Tints of Tahuna Sands #DDD08F

Color information

#DDD08F (or 0xDDD08F) is unknown color: approx Tahuna Sands. HEX triplet: DD, D0 and 8F. RGB value is (221,208,143). Sum of RGB (Red+Green+Blue) = 221+208+143=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD08F is #222F70. Grayscale: #CCCCCC. Windows color (decimal): -2240369 or 9425117. OLE color: 9425117.

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

Color convert

RGB221208143-
CMYK00.060.350.13
HSL50º53.42%71.37%-
HSV(B)50º35.29%86.67%-
XYZ57.3362.4735.02-
YUV204.4893.31139.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 143 (56.25% from 255) = 25%
R=38.64%
G=36.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120814300.060.350.135053.4271.37
HexDDD08F0623D323547
Octal3353202170643156265107
Binary110111011101000010001111011010001111011100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD08F; }

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

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

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

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

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

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

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

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