Html Css Color HEX #DDD49C Tahuna Sands

📋 copy color: '#DDD49C'

red 221 ◦ green 212 ◦ blue 156

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

Shades of Tahuna Sands #DDD49C

Tints of Tahuna Sands #DDD49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.49%

R = 37.52%
G = 35.99%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDD49C (or 0xDDD49C) is known color: Tahuna Sands. HEX triplet: DD, D4 and 9C. RGB value is (221,212,156). Sum of RGB (Red+Green+Blue) = 221+212+156=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD49C is #222B63. Grayscale: #D0D0D0. Windows color (decimal): -2239332 or 10278109. OLE color: 10278109.

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

Color convert

RGB 221 212 156 -
CMYK 0 0.04 0.29 0.13
HSL 51.69º 0.49% 0.74% -
HSV(B) 51.69º 0.29% 0.87% -
XYZ 59.36 64.86 40.84 -
YUV 208.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 221 212 156 0 0.04 0.29 0.13 51.69 0.49 0.74
Hex DD D4 9C 0 4 1D D 34 31 4A
Octal 335 324 234 0 4 35 15 64 61 112
Binary 11011101 11010100 10011100 0 100 11101 1101 110100 110001 1001010

Color Harmonies of #DDD49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD49C

Black with #DDD49C

Text Example


Text Example

White with #DDD49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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