Html Css Color HEX #DFD5AB Sapling

📋 copy color: '#DFD5AB'

red 223 ◦ green 213 ◦ blue 171

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

Shades of Sapling #DFD5AB

Tints of Sapling #DFD5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.09%

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

R = 36.74%
G = 35.09%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFD5AB (or 0xDFD5AB) is known color: Sapling. HEX triplet: DF, D5 and AB. RGB value is (223,213,171). Sum of RGB (Red+Green+Blue) = 223+213+171=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5AB is #202A54. Grayscale: #D3D3D3. Windows color (decimal): -2107989 or 11261407. OLE color: 11261407.

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

Color convert

RGB 223 213 171 -
CMYK 0 0.04 0.23 0.13
HSL 48.46º 0.45% 0.77% -
HSV(B) 48.46º 0.23% 0.87% -
XYZ 61.58 66.22 48.06 -
YUV 211.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 223 213 171 0 0.04 0.23 0.13 48.46 0.45 0.77
Hex DF D5 AB 0 4 17 D 30 2D 4D
Octal 337 325 253 0 4 27 15 60 55 115
Binary 11011111 11010101 10101011 0 100 10111 1101 110000 101101 1001101

Color Harmonies of #DFD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5AB

Black with #DFD5AB

Text Example


Text Example

White with #DFD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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