Html Css Color HEX #DFD4AD Sapling

📋 copy color: '#DFD4AD'

red 223 ◦ green 212 ◦ blue 173

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

Shades of Sapling #DFD4AD

Tints of Sapling #DFD4AD

RGB

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

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

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

R = 36.68%
G = 34.87%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFD4AD (or 0xDFD4AD) is known color: Sapling. HEX triplet: DF, D4 and AD. RGB value is (223,212,173). Sum of RGB (Red+Green+Blue) = 223+212+173=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4AD is #202B52. Grayscale: #D3D3D3. Windows color (decimal): -2108243 or 11392223. OLE color: 11392223.

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

Color convert

RGB 223 212 173 -
CMYK 0 0.05 0.22 0.13
HSL 46.8º 0.44% 0.78% -
HSV(B) 46.8º 0.22% 0.87% -
XYZ 61.52 65.79 48.99 -
YUV 210.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 223 212 173 0 0.05 0.22 0.13 46.8 0.44 0.78
Hex DF D4 AD 0 5 16 D 2F 2C 4E
Octal 337 324 255 0 5 26 15 57 54 116
Binary 11011111 11010100 10101101 0 101 10110 1101 101111 101100 1001110

Color Harmonies of #DFD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD4AD

Black with #DFD4AD

Text Example


Text Example

White with #DFD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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