Html Css Color HEX #DFD5A8 Sapling

📋 copy color: '#DFD5A8'

red 223 ◦ green 213 ◦ blue 168

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

Shades of Sapling #DFD5A8

Tints of Sapling #DFD5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.81%

R = 36.92%
G = 35.26%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFD5A8 (or 0xDFD5A8) is known color: Sapling. HEX triplet: DF, D5 and A8. RGB value is (223,213,168). Sum of RGB (Red+Green+Blue) = 223+213+168=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5A8 is #202A57. Grayscale: #D3D3D3. Windows color (decimal): -2107992 or 11064799. OLE color: 11064799.

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

Color convert

RGB 223 213 168 -
CMYK 0 0.04 0.25 0.13
HSL 49.09º 0.46% 0.77% -
HSV(B) 49.09º 0.25% 0.87% -
XYZ 61.29 66.1 46.57 -
YUV 210.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 223 213 168 0 0.04 0.25 0.13 49.09 0.46 0.77
Hex DF D5 A8 0 4 19 D 31 2E 4D
Octal 337 325 250 0 4 31 15 61 56 115
Binary 11011111 11010101 10101000 0 100 11001 1101 110001 101110 1001101

Color Harmonies of #DFD5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5A8

Black with #DFD5A8

Text Example


Text Example

White with #DFD5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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