Html Css Color HEX #DFD0AB Sapling

📋 copy color: '#DFD0AB'

red 223 ◦ green 208 ◦ blue 171

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

Shades of Sapling #DFD0AB

Tints of Sapling #DFD0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.55%

 BLUE value IS 171 (67.19% from 255) = 28.41%

R = 37.04%
G = 34.55%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFD0AB (or 0xDFD0AB) is known color: Sapling. HEX triplet: DF, D0 and AB. RGB value is (223,208,171). Sum of RGB (Red+Green+Blue) = 223+208+171=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD0AB is #202F54. Grayscale: #D0D0D0. Windows color (decimal): -2109269 or 11260127. OLE color: 11260127.

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

Color convert

RGB 223 208 171 -
CMYK 0 0.07 0.23 0.13
HSL 42.69º 0.45% 0.77% -
HSV(B) 42.69º 0.23% 0.87% -
XYZ 60.34 63.74 47.65 -
YUV 208.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 223 208 171 0 0.07 0.23 0.13 42.69 0.45 0.77
Hex DF D0 AB 0 7 17 D 2B 2D 4D
Octal 337 320 253 0 7 27 15 53 55 115
Binary 11011111 11010000 10101011 0 111 10111 1101 101011 101101 1001101

Color Harmonies of #DFD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD0AB

Black with #DFD0AB

Text Example


Text Example

White with #DFD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD0AB; }

 p { color: rgb(223,208,171); }

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

background-color css

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

 a { background-color: rgb(223,208,171); }

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

border-color css

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

 span { border-color: rgb(223,208,171); }

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