Html Css Color HEX #DDD395 Tahuna Sands

📋 copy color: '#DDD395'

red 221 ◦ green 211 ◦ blue 149

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

Shades of Tahuna Sands #DDD395

Tints of Tahuna Sands #DDD395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.65%

R = 38.04%
G = 36.32%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD395 (or 0xDDD395) is known color: Tahuna Sands. HEX triplet: DD, D3 and 95. RGB value is (221,211,149). Sum of RGB (Red+Green+Blue) = 221+211+149=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD395 is #222C6A. Grayscale: #CFCFCF. Windows color (decimal): -2239595 or 9819101. OLE color: 9819101.

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

Color convert

RGB 221 211 149 -
CMYK 0 0.05 0.33 0.13
HSL 51.67º 0.51% 0.73% -
HSV(B) 51.67º 0.33% 0.87% -
XYZ 58.54 64.13 37.73 -
YUV 206.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 221 211 149 0 0.05 0.33 0.13 51.67 0.51 0.73
Hex DD D3 95 0 5 21 D 34 33 49
Octal 335 323 225 0 5 41 15 64 63 111
Binary 11011101 11010011 10010101 0 101 100001 1101 110100 110011 1001001

Color Harmonies of #DDD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD395

Black with #DDD395

Text Example


Text Example

White with #DDD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD395; }

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

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

background-color css

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

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

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

border-color css

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

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

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