Html Css Color HEX #DDD495 Tahuna Sands

📋 copy color: '#DDD495'

red 221 ◦ green 212 ◦ blue 149

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

Shades of Tahuna Sands #DDD495

Tints of Tahuna Sands #DDD495

RGB

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

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

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

R = 37.97%
G = 36.43%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD495 (or 0xDDD495) is known color: Tahuna Sands. HEX triplet: DD, D4 and 95. RGB value is (221,212,149). Sum of RGB (Red+Green+Blue) = 221+212+149=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD495 is #222B6A. Grayscale: #CFCFCF. Windows color (decimal): -2239339 or 9819357. OLE color: 9819357.

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

Color convert

RGB 221 212 149 -
CMYK 0 0.04 0.33 0.13
HSL 52.5º 0.51% 0.73% -
HSV(B) 52.5º 0.33% 0.87% -
XYZ 58.79 64.63 37.81 -
YUV 207.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 221 212 149 0 0.04 0.33 0.13 52.5 0.51 0.73
Hex DD D4 95 0 4 21 D 34 33 49
Octal 335 324 225 0 4 41 15 64 63 111
Binary 11011101 11010100 10010101 0 100 100001 1101 110100 110011 1001001

Color Harmonies of #DDD495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD495

Black with #DDD495

Text Example


Text Example

White with #DDD495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD495; }

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

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

background-color css

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

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

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

border-color css

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

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

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