Html Css Color HEX #DFD0AC Sapling

📋 copy color: '#DFD0AC'

red 223 ◦ green 208 ◦ blue 172

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

Shades of Sapling #DFD0AC

Tints of Sapling #DFD0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.49%

 BLUE value IS 172 (67.58% from 255) = 28.52%

R = 36.98%
G = 34.49%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFD0AC (or 0xDFD0AC) is known color: Sapling. HEX triplet: DF, D0 and AC. RGB value is (223,208,172). Sum of RGB (Red+Green+Blue) = 223+208+172=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD0AC is #202F53. Grayscale: #D0D0D0. Windows color (decimal): -2109268 or 11325663. OLE color: 11325663.

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

Color convert

RGB 223 208 172 -
CMYK 0 0.07 0.23 0.13
HSL 42.35º 0.44% 0.77% -
HSV(B) 42.35º 0.23% 0.87% -
XYZ 60.43 63.78 48.15 -
YUV 208.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 223 208 172 0 0.07 0.23 0.13 42.35 0.44 0.77
Hex DF D0 AC 0 7 17 D 2A 2C 4D
Octal 337 320 254 0 7 27 15 52 54 115
Binary 11011111 11010000 10101100 0 111 10111 1101 101010 101100 1001101

Color Harmonies of #DFD0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD0AC

Black with #DFD0AC

Text Example


Text Example

White with #DFD0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD0AC; }

 p { color: rgb(223,208,172); }

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

background-color css

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

 a { background-color: rgb(223,208,172); }

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

border-color css

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

 span { border-color: rgb(223,208,172); }

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