Html Css Color HEX #DFD4AA Sapling

📋 copy color: '#DFD4AA'

red 223 ◦ green 212 ◦ blue 170

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

Shades of Sapling #DFD4AA

Tints of Sapling #DFD4AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.1%

R = 36.86%
G = 35.04%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFD4AA (or 0xDFD4AA) is known color: Sapling. HEX triplet: DF, D4 and AA. RGB value is (223,212,170). Sum of RGB (Red+Green+Blue) = 223+212+170=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4AA is #202B55. Grayscale: #D2D2D2. Windows color (decimal): -2108246 or 11195615. OLE color: 11195615.

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

Color convert

RGB 223 212 170 -
CMYK 0 0.05 0.24 0.13
HSL 47.55º 0.45% 0.77% -
HSV(B) 47.55º 0.24% 0.87% -
XYZ 61.23 65.68 47.48 -
YUV 210.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 223 212 170 0 0.05 0.24 0.13 47.55 0.45 0.77
Hex DF D4 AA 0 5 18 D 30 2D 4D
Octal 337 324 252 0 5 30 15 60 55 115
Binary 11011111 11010100 10101010 0 101 11000 1101 110000 101101 1001101

Color Harmonies of #DFD4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD4AA

Black with #DFD4AA

Text Example


Text Example

White with #DFD4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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