Html Css Color HEX #DDD39F Sapling

📋 copy color: '#DDD39F'

red 221 ◦ green 211 ◦ blue 159

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

Shades of Sapling #DDD39F

Tints of Sapling #DDD39F

RGB

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

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

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

R = 37.39%
G = 35.7%
B = 26.9%

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

#DDD39F (or 0xDDD39F) is known color: Sapling. HEX triplet: DD, D3 and 9F. RGB value is (221,211,159). Sum of RGB (Red+Green+Blue) = 221+211+159=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD39F is #222C60. Grayscale: #D0D0D0. Windows color (decimal): -2239585 or 10474461. OLE color: 10474461.

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

Color convert

RGB 221 211 159 -
CMYK 0 0.05 0.28 0.13
HSL 50.32º 0.48% 0.75% -
HSV(B) 50.32º 0.28% 0.87% -
XYZ 59.37 64.46 42.11 -
YUV 208.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 221 211 159 0 0.05 0.28 0.13 50.32 0.48 0.75
Hex DD D3 9F 0 5 1C D 32 30 4B
Octal 335 323 237 0 5 34 15 62 60 113
Binary 11011101 11010011 10011111 0 101 11100 1101 110010 110000 1001011

Color Harmonies of #DDD39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD39F

Black with #DDD39F

Text Example


Text Example

White with #DDD39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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