Html Css Color HEX #DDD49A Tahuna Sands

📋 copy color: '#DDD49A'

red 221 ◦ green 212 ◦ blue 154

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

Shades of Tahuna Sands #DDD49A

Tints of Tahuna Sands #DDD49A

RGB

 RED value IS 221 (86.72% from 255) = 37.65%

 GREEN value IS 212 (83.2% from 255) = 36.12%

 BLUE value IS 154 (60.55% from 255) = 26.24%

R = 37.65%
G = 36.12%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDD49A (or 0xDDD49A) is known color: Tahuna Sands. HEX triplet: DD, D4 and 9A. RGB value is (221,212,154). Sum of RGB (Red+Green+Blue) = 221+212+154=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD49A is #222B65. Grayscale: #D0D0D0. Windows color (decimal): -2239334 or 10147037. OLE color: 10147037.

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

Color convert

RGB 221 212 154 -
CMYK 0 0.04 0.30 0.13
HSL 51.94º 0.5% 0.74% -
HSV(B) 51.94º 0.3% 0.87% -
XYZ 59.2 64.79 39.96 -
YUV 208.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 221 212 154 0 0.04 0.30 0.13 51.94 0.5 0.74
Hex DD D4 9A 0 4 1E D 34 32 4A
Octal 335 324 232 0 4 36 15 64 62 112
Binary 11011101 11010100 10011010 0 100 11110 1101 110100 110010 1001010

Color Harmonies of #DDD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD49A

Black with #DDD49A

Text Example


Text Example

White with #DDD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD49A; }

 p { color: rgb(221,212,154); }

 H1.HeaderClassName
 {
   color: #DDD49A;
 }
 .AnyTagClassName
 {
   color: #DDD49A;
 }
</style>

background-color css

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

 a { background-color: rgb(221,212,154); }

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

border-color css

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

 span { border-color: rgb(221,212,154); }

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