Html Css Color HEX #DDD596 Tahuna Sands

📋 copy color: '#DDD596'

red 221 ◦ green 213 ◦ blue 150

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

Shades of Tahuna Sands #DDD596

Tints of Tahuna Sands #DDD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

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

R = 37.84%
G = 36.47%
B = 25.68%

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

#DDD596 (or 0xDDD596) is known color: Tahuna Sands. HEX triplet: DD, D5 and 96. RGB value is (221,213,150). Sum of RGB (Red+Green+Blue) = 221+213+150=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD596 is #222A69. Grayscale: #D0D0D0. Windows color (decimal): -2239082 or 9885149. OLE color: 9885149.

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

Color convert

RGB 221 213 150 -
CMYK 0 0.04 0.32 0.13
HSL 53.24º 0.51% 0.73% -
HSV(B) 53.24º 0.32% 0.87% -
XYZ 59.12 65.16 38.32 -
YUV 208.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 221 213 150 0 0.04 0.32 0.13 53.24 0.51 0.73
Hex DD D5 96 0 4 20 D 35 33 49
Octal 335 325 226 0 4 40 15 65 63 111
Binary 11011101 11010101 10010110 0 100 100000 1101 110101 110011 1001001

Color Harmonies of #DDD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD596

Black with #DDD596

Text Example


Text Example

White with #DDD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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