Html Css Color HEX #DDD09E Tahuna Sands

📋 copy color: '#DDD09E'

red 221 ◦ green 208 ◦ blue 158

#DDD09E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #DDD09E

Tints of Tahuna Sands #DDD09E

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 value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDD09E (or 0xDDD09E) is known color: 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

RGB 221 208 158 -
CMYK 0 0.06 0.29 0.13
HSL 47.62º 0.48% 0.74% -
HSV(B) 47.62º 0.29% 0.87% -
XYZ 58.55 62.95 41.41 -
YUV 206.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 221 208 158 0 0.06 0.29 0.13 47.62 0.48 0.74
Hex DD D0 9E 0 6 1D D 30 30 4A
Octal 335 320 236 0 6 35 15 60 60 112
Binary 11011101 11010000 10011110 0 110 11101 1101 110000 110000 1001010

Color Harmonies of #DDD09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD09E

Black with #DDD09E

Text Example


Text Example

White with #DDD09E

Text Example


Text Example

HTML Codes & Css Web 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>