Html Css Color HEX #DDD496 Tahuna Sands

📋 copy color: '#DDD496'

red 221 ◦ green 212 ◦ blue 150

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

Shades of Tahuna Sands #DDD496

Tints of Tahuna Sands #DDD496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.73%

R = 37.91%
G = 36.36%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDD496 (or 0xDDD496) is known color: Tahuna Sands. HEX triplet: DD, D4 and 96. RGB value is (221,212,150). Sum of RGB (Red+Green+Blue) = 221+212+150=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD496 is #222B69. Grayscale: #CFCFCF. Windows color (decimal): -2239338 or 9884893. OLE color: 9884893.

HSL color Cylindrical-coordinate representation of color #DDD496: hue angle of 52.39º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDD496 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 150 -
CMYK 0 0.04 0.32 0.13
HSL 52.39º 0.51% 0.73% -
HSV(B) 52.39º 0.32% 0.87% -
XYZ 58.87 64.66 38.23 -
YUV 207.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 221 212 150 0 0.04 0.32 0.13 52.39 0.51 0.73
Hex DD D4 96 0 4 20 D 34 33 49
Octal 335 324 226 0 4 40 15 64 63 111
Binary 11011101 11010100 10010110 0 100 100000 1101 110100 110011 1001001

Color Harmonies of #DDD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD496

Black with #DDD496

Text Example


Text Example

White with #DDD496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD496; }

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

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

background-color css

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

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

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

border-color css

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

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

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