Html Css Color HEX #DFD3AA Sapling

📋 copy color: '#DFD3AA'

red 223 ◦ green 211 ◦ blue 170

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

Shades of Sapling #DFD3AA

Tints of Sapling #DFD3AA

RGB

 RED value IS 223 (87.5% from 255) = 36.92%

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

 BLUE value IS 170 (66.8% from 255) = 28.15%

R = 36.92%
G = 34.93%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFD3AA (or 0xDFD3AA) is known color: Sapling. HEX triplet: DF, D3 and AA. RGB value is (223,211,170). Sum of RGB (Red+Green+Blue) = 223+211+170=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3AA is #202C55. Grayscale: #D2D2D2. Windows color (decimal): -2108502 or 11195359. OLE color: 11195359.

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

Color convert

RGB 223 211 170 -
CMYK 0 0.05 0.24 0.13
HSL 46.42º 0.45% 0.77% -
HSV(B) 46.42º 0.24% 0.87% -
XYZ 60.98 65.18 47.4 -
YUV 209.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 223 211 170 0 0.05 0.24 0.13 46.42 0.45 0.77
Hex DF D3 AA 0 5 18 D 2E 2D 4D
Octal 337 323 252 0 5 30 15 56 55 115
Binary 11011111 11010011 10101010 0 101 11000 1101 101110 101101 1001101

Color Harmonies of #DFD3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD3AA

Black with #DFD3AA

Text Example


Text Example

White with #DFD3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD3AA; }

 p { color: rgb(223,211,170); }

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

background-color css

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

 a { background-color: rgb(223,211,170); }

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

border-color css

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

 span { border-color: rgb(223,211,170); }

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