Html Css Color HEX #DFD4AB Sapling

📋 copy color: '#DFD4AB'

red 223 ◦ green 212 ◦ blue 171

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

Shades of Sapling #DFD4AB

Tints of Sapling #DFD4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.98%

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

R = 36.8%
G = 34.98%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFD4AB (or 0xDFD4AB) is known color: Sapling. HEX triplet: DF, D4 and AB. RGB value is (223,212,171). Sum of RGB (Red+Green+Blue) = 223+212+171=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4AB is #202B54. Grayscale: #D2D2D2. Windows color (decimal): -2108245 or 11261151. OLE color: 11261151.

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

Color convert

RGB 223 212 171 -
CMYK 0 0.05 0.23 0.13
HSL 47.31º 0.45% 0.77% -
HSV(B) 47.31º 0.23% 0.87% -
XYZ 61.33 65.72 47.98 -
YUV 210.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 223 212 171 0 0.05 0.23 0.13 47.31 0.45 0.77
Hex DF D4 AB 0 5 17 D 2F 2D 4D
Octal 337 324 253 0 5 27 15 57 55 115
Binary 11011111 11010100 10101011 0 101 10111 1101 101111 101101 1001101

Color Harmonies of #DFD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD4AB

Black with #DFD4AB

Text Example


Text Example

White with #DFD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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