Html Css Color HEX #DFD4A2 Sapling

📋 copy color: '#DFD4A2'

red 223 ◦ green 212 ◦ blue 162

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

Shades of Sapling #DFD4A2

Tints of Sapling #DFD4A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.14%

R = 37.35%
G = 35.51%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DFD4A2 (or 0xDFD4A2) is known color: Sapling. HEX triplet: DF, D4 and A2. RGB value is (223,212,162). Sum of RGB (Red+Green+Blue) = 223+212+162=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4A2 is #202B5D. Grayscale: #D1D1D1. Windows color (decimal): -2108254 or 10671327. OLE color: 10671327.

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

Color convert

RGB 223 212 162 -
CMYK 0 0.05 0.27 0.13
HSL 49.18º 0.49% 0.75% -
HSV(B) 49.18º 0.27% 0.87% -
XYZ 60.5 65.38 43.61 -
YUV 209.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 223 212 162 0 0.05 0.27 0.13 49.18 0.49 0.75
Hex DF D4 A2 0 5 1B D 31 31 4B
Octal 337 324 242 0 5 33 15 61 61 113
Binary 11011111 11010100 10100010 0 101 11011 1101 110001 110001 1001011

Color Harmonies of #DFD4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD4A2

Black with #DFD4A2

Text Example


Text Example

White with #DFD4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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