Html Css Color HEX #DDD2AF Sapling

📋 copy color: '#DDD2AF'

red 221 ◦ green 210 ◦ blue 175

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

Shades of Sapling #DDD2AF

Tints of Sapling #DDD2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.88%

R = 36.47%
G = 34.65%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDD2AF (or 0xDDD2AF) is known color: Sapling. HEX triplet: DD, D2 and AF. RGB value is (221,210,175). Sum of RGB (Red+Green+Blue) = 221+210+175=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AF is #222D50. Grayscale: #D1D1D1. Windows color (decimal): -2239825 or 11522781. OLE color: 11522781.

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

Color convert

RGB 221 210 175 -
CMYK 0 0.05 0.21 0.13
HSL 45.65º 0.4% 0.78% -
HSV(B) 45.65º 0.21% 0.87% -
XYZ 60.6 64.56 49.82 -
YUV 209.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 221 210 175 0 0.05 0.21 0.13 45.65 0.4 0.78
Hex DD D2 AF 0 5 15 D 2E 28 4E
Octal 335 322 257 0 5 25 15 56 50 116
Binary 11011101 11010010 10101111 0 101 10101 1101 101110 101000 1001110

Color Harmonies of #DDD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2AF

Black with #DDD2AF

Text Example


Text Example

White with #DDD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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