Html Css Color HEX #DFD3AD Sapling

📋 copy color: '#DFD3AD'

red 223 ◦ green 211 ◦ blue 173

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

Shades of Sapling #DFD3AD

Tints of Sapling #DFD3AD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.76%

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

R = 36.74%
G = 34.76%
B = 28.5%

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

#DFD3AD (or 0xDFD3AD) is known color: Sapling. HEX triplet: DF, D3 and AD. RGB value is (223,211,173). Sum of RGB (Red+Green+Blue) = 223+211+173=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3AD is #202C52. Grayscale: #D2D2D2. Windows color (decimal): -2108499 or 11391967. OLE color: 11391967.

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

Color convert

RGB 223 211 173 -
CMYK 0 0.05 0.22 0.13
HSL 45.6º 0.44% 0.78% -
HSV(B) 45.6º 0.22% 0.87% -
XYZ 61.27 65.29 48.91 -
YUV 210.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 223 211 173 0 0.05 0.22 0.13 45.6 0.44 0.78
Hex DF D3 AD 0 5 16 D 2E 2C 4E
Octal 337 323 255 0 5 26 15 56 54 116
Binary 11011111 11010011 10101101 0 101 10110 1101 101110 101100 1001110

Color Harmonies of #DFD3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD3AD

Black with #DFD3AD

Text Example


Text Example

White with #DFD3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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