Html Css Color HEX #DFD5AD Sapling

📋 copy color: '#DFD5AD'

red 223 ◦ green 213 ◦ blue 173

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

Shades of Sapling #DFD5AD

Tints of Sapling #DFD5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.41%

R = 36.62%
G = 34.98%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFD5AD (or 0xDFD5AD) is known color: Sapling. HEX triplet: DF, D5 and AD. RGB value is (223,213,173). Sum of RGB (Red+Green+Blue) = 223+213+173=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5AD is #202A52. Grayscale: #D3D3D3. Windows color (decimal): -2107987 or 11392479. OLE color: 11392479.

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

Color convert

RGB 223 213 173 -
CMYK 0 0.04 0.22 0.13
HSL 48º 0.44% 0.78% -
HSV(B) 48º 0.22% 0.87% -
XYZ 61.77 66.29 49.08 -
YUV 211.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 223 213 173 0 0.04 0.22 0.13 48 0.44 0.78
Hex DF D5 AD 0 4 16 D 30 2C 4E
Octal 337 325 255 0 4 26 15 60 54 116
Binary 11011111 11010101 10101101 0 100 10110 1101 110000 101100 1001110

Color Harmonies of #DFD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5AD

Black with #DFD5AD

Text Example


Text Example

White with #DFD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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