Html Css Color HEX #DDD699 Tahuna Sands

📋 copy color: '#DDD699'

red 221 ◦ green 214 ◦ blue 153

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

Shades of Tahuna Sands #DDD699

Tints of Tahuna Sands #DDD699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.39%

 BLUE value IS 153 (60.16% from 255) = 26.02%

R = 37.59%
G = 36.39%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDD699 (or 0xDDD699) is known color: Tahuna Sands. HEX triplet: DD, D6 and 99. RGB value is (221,214,153). Sum of RGB (Red+Green+Blue) = 221+214+153=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD699 is #222966. Grayscale: #D1D1D1. Windows color (decimal): -2238823 or 10082013. OLE color: 10082013.

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

Color convert

RGB 221 214 153 -
CMYK 0 0.03 0.31 0.13
HSL 53.82º 0.5% 0.73% -
HSV(B) 53.82º 0.31% 0.87% -
XYZ 59.62 65.77 39.69 -
YUV 209.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 221 214 153 0 0.03 0.31 0.13 53.82 0.5 0.73
Hex DD D6 99 0 3 1F D 36 32 49
Octal 335 326 231 0 3 37 15 66 62 111
Binary 11011101 11010110 10011001 0 11 11111 1101 110110 110010 1001001

Color Harmonies of #DDD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD699

Black with #DDD699

Text Example


Text Example

White with #DDD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD699; }

 p { color: rgb(221,214,153); }

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

background-color css

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

 a { background-color: rgb(221,214,153); }

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

border-color css

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

 span { border-color: rgb(221,214,153); }

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