Html Css Color HEX #DDD29D Tahuna Sands

📋 copy color: '#DDD29D'

red 221 ◦ green 210 ◦ blue 157

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

Shades of Tahuna Sands #DDD29D

Tints of Tahuna Sands #DDD29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.7%

R = 37.59%
G = 35.71%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDD29D (or 0xDDD29D) is known color: Tahuna Sands. HEX triplet: DD, D2 and 9D. RGB value is (221,210,157). Sum of RGB (Red+Green+Blue) = 221+210+157=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD29D is #222D62. Grayscale: #CFCFCF. Windows color (decimal): -2239843 or 10343133. OLE color: 10343133.

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

Color convert

RGB 221 210 157 -
CMYK 0 0.05 0.29 0.13
HSL 49.69º 0.48% 0.74% -
HSV(B) 49.69º 0.29% 0.87% -
XYZ 58.95 63.9 41.13 -
YUV 207.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 221 210 157 0 0.05 0.29 0.13 49.69 0.48 0.74
Hex DD D2 9D 0 5 1D D 32 30 4A
Octal 335 322 235 0 5 35 15 62 60 112
Binary 11011101 11010010 10011101 0 101 11101 1101 110010 110000 1001010

Color Harmonies of #DDD29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD29D

Black with #DDD29D

Text Example


Text Example

White with #DDD29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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