Html Css Color HEX #DDD29F Sapling

📋 copy color: '#DDD29F'

red 221 ◦ green 210 ◦ blue 159

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

Shades of Sapling #DDD29F

Tints of Sapling #DDD29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.95%

R = 37.46%
G = 35.59%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDD29F (or 0xDDD29F) is known color: Sapling. HEX triplet: DD, D2 and 9F. RGB value is (221,210,159). Sum of RGB (Red+Green+Blue) = 221+210+159=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD29F is #222D60. Grayscale: #CFCFCF. Windows color (decimal): -2239841 or 10474205. OLE color: 10474205.

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

Color convert

RGB 221 210 159 -
CMYK 0 0.05 0.28 0.13
HSL 49.35º 0.48% 0.75% -
HSV(B) 49.35º 0.28% 0.87% -
XYZ 59.12 63.97 42.03 -
YUV 207.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 221 210 159 0 0.05 0.28 0.13 49.35 0.48 0.75
Hex DD D2 9F 0 5 1C D 31 30 4B
Octal 335 322 237 0 5 34 15 61 60 113
Binary 11011101 11010010 10011111 0 101 11100 1101 110001 110000 1001011

Color Harmonies of #DDD29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD29F

Black with #DDD29F

Text Example


Text Example

White with #DDD29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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