Html Css Color HEX #DDD296 Tahuna Sands

📋 copy color: '#DDD296'

red 221 ◦ green 210 ◦ blue 150

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

Shades of Tahuna Sands #DDD296

Tints of Tahuna Sands #DDD296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

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

R = 38.04%
G = 36.14%
B = 25.82%

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

#DDD296 (or 0xDDD296) is known color: Tahuna Sands. HEX triplet: DD, D2 and 96. RGB value is (221,210,150). Sum of RGB (Red+Green+Blue) = 221+210+150=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD296 is #222D69. Grayscale: #CECECE. Windows color (decimal): -2239850 or 9884381. OLE color: 9884381.

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

Color convert

RGB 221 210 150 -
CMYK 0 0.05 0.32 0.13
HSL 50.7º 0.51% 0.73% -
HSV(B) 50.7º 0.32% 0.87% -
XYZ 58.37 63.67 38.07 -
YUV 206.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 221 210 150 0 0.05 0.32 0.13 50.7 0.51 0.73
Hex DD D2 96 0 5 20 D 33 33 49
Octal 335 322 226 0 5 40 15 63 63 111
Binary 11011101 11010010 10010110 0 101 100000 1101 110011 110011 1001001

Color Harmonies of #DDD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD296

Black with #DDD296

Text Example


Text Example

White with #DDD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD296; }

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

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

background-color css

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

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

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

border-color css

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

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

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