Html Css Color HEX #DDD396 Tahuna Sands

📋 copy color: '#DDD396'

red 221 ◦ green 211 ◦ blue 150

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

Shades of Tahuna Sands #DDD396

Tints of Tahuna Sands #DDD396

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.25%

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

R = 37.97%
G = 36.25%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDD396 (or 0xDDD396) is known color: Tahuna Sands. HEX triplet: DD, D3 and 96. RGB value is (221,211,150). Sum of RGB (Red+Green+Blue) = 221+211+150=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD396 is #222C69. Grayscale: #CFCFCF. Windows color (decimal): -2239594 or 9884637. OLE color: 9884637.

HSL color Cylindrical-coordinate representation of color #DDD396: hue angle of 51.55º 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 #DDD396 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 150 -
CMYK 0 0.05 0.32 0.13
HSL 51.55º 0.51% 0.73% -
HSV(B) 51.55º 0.32% 0.87% -
XYZ 58.62 64.16 38.15 -
YUV 207.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 221 211 150 0 0.05 0.32 0.13 51.55 0.51 0.73
Hex DD D3 96 0 5 20 D 34 33 49
Octal 335 323 226 0 5 40 15 64 63 111
Binary 11011101 11010011 10010110 0 101 100000 1101 110100 110011 1001001

Color Harmonies of #DDD396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD396

Black with #DDD396

Text Example


Text Example

White with #DDD396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD396; }

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

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

background-color css

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

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

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

border-color css

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

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

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