Html Css Color HEX #DFD3AF Sapling

📋 copy color: '#DFD3AF'

red 223 ◦ green 211 ◦ blue 175

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

Shades of Sapling #DFD3AF

Tints of Sapling #DFD3AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.74%

R = 36.62%
G = 34.65%
B = 28.74%

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

#DFD3AF (or 0xDFD3AF) is known color: Sapling. HEX triplet: DF, D3 and AF. RGB value is (223,211,175). Sum of RGB (Red+Green+Blue) = 223+211+175=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3AF is #202C50. Grayscale: #D2D2D2. Windows color (decimal): -2108497 or 11523039. OLE color: 11523039.

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

Color convert

RGB 223 211 175 -
CMYK 0 0.05 0.22 0.13
HSL 45º 0.43% 0.78% -
HSV(B) 45º 0.22% 0.87% -
XYZ 61.46 65.37 49.94 -
YUV 210.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 223 211 175 0 0.05 0.22 0.13 45 0.43 0.78
Hex DF D3 AF 0 5 16 D 2D 2B 4E
Octal 337 323 257 0 5 26 15 55 53 116
Binary 11011111 11010011 10101111 0 101 10110 1101 101101 101011 1001110

Color Harmonies of #DFD3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD3AF

Black with #DFD3AF

Text Example


Text Example

White with #DFD3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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