Html Css Color HEX #DDD49B Tahuna Sands

📋 copy color: '#DDD49B'

red 221 ◦ green 212 ◦ blue 155

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

Shades of Tahuna Sands #DDD49B

Tints of Tahuna Sands #DDD49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.36%

R = 37.59%
G = 36.05%
B = 26.36%

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

#DDD49B (or 0xDDD49B) is known color: Tahuna Sands. HEX triplet: DD, D4 and 9B. RGB value is (221,212,155). Sum of RGB (Red+Green+Blue) = 221+212+155=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD49B is #222B64. Grayscale: #D0D0D0. Windows color (decimal): -2239333 or 10212573. OLE color: 10212573.

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

Color convert

RGB 221 212 155 -
CMYK 0 0.04 0.30 0.13
HSL 51.82º 0.49% 0.74% -
HSV(B) 51.82º 0.3% 0.87% -
XYZ 59.28 64.83 40.4 -
YUV 208.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 221 212 155 0 0.04 0.30 0.13 51.82 0.49 0.74
Hex DD D4 9B 0 4 1E D 34 31 4A
Octal 335 324 233 0 4 36 15 64 61 112
Binary 11011101 11010100 10011011 0 100 11110 1101 110100 110001 1001010

Color Harmonies of #DDD49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD49B

Black with #DDD49B

Text Example


Text Example

White with #DDD49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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