Html Css Color HEX #DFD5A0 Sapling

📋 copy color: '#DFD5A0'

red 223 ◦ green 213 ◦ blue 160

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

Shades of Sapling #DFD5A0

Tints of Sapling #DFD5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.85%

R = 37.42%
G = 35.74%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFD5A0 (or 0xDFD5A0) is known color: Sapling. HEX triplet: DF, D5 and A0. RGB value is (223,213,160). Sum of RGB (Red+Green+Blue) = 223+213+160=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5A0 is #202A5F. Grayscale: #D2D2D2. Windows color (decimal): -2108000 or 10540511. OLE color: 10540511.

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

Color convert

RGB 223 213 160 -
CMYK 0 0.04 0.28 0.13
HSL 50.48º 0.5% 0.75% -
HSV(B) 50.48º 0.28% 0.87% -
XYZ 60.57 65.81 42.77 -
YUV 209.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 223 213 160 0 0.04 0.28 0.13 50.48 0.5 0.75
Hex DF D5 A0 0 4 1C D 32 32 4B
Octal 337 325 240 0 4 34 15 62 62 113
Binary 11011111 11010101 10100000 0 100 11100 1101 110010 110010 1001011

Color Harmonies of #DFD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5A0

Black with #DFD5A0

Text Example


Text Example

White with #DFD5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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