Html Css Color HEX #DFD2A5 Sapling

📋 copy color: '#DFD2A5'

red 223 ◦ green 210 ◦ blue 165

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

Shades of Sapling #DFD2A5

Tints of Sapling #DFD2A5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.12%

 BLUE value IS 165 (64.84% from 255) = 27.59%

R = 37.29%
G = 35.12%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DFD2A5 (or 0xDFD2A5) is known color: Sapling. HEX triplet: DF, D2 and A5. RGB value is (223,210,165). Sum of RGB (Red+Green+Blue) = 223+210+165=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2A5 is #202D5A. Grayscale: #D0D0D0. Windows color (decimal): -2108763 or 10867423. OLE color: 10867423.

HSL color Cylindrical-coordinate representation of color #DFD2A5: hue angle of 46.55º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFD2A5 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 210 165 -
CMYK 0 0.06 0.26 0.13
HSL 46.55º 0.48% 0.76% -
HSV(B) 46.55º 0.26% 0.87% -
XYZ 60.27 64.5 44.87 -
YUV 208.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 223 210 165 0 0.06 0.26 0.13 46.55 0.48 0.76
Hex DF D2 A5 0 6 1A D 2F 30 4C
Octal 337 322 245 0 6 32 15 57 60 114
Binary 11011111 11010010 10100101 0 110 11010 1101 101111 110000 1001100

Color Harmonies of #DFD2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD2A5

Black with #DFD2A5

Text Example


Text Example

White with #DFD2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD2A5; }

 p { color: rgb(223,210,165); }

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

background-color css

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

 a { background-color: rgb(223,210,165); }

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

border-color css

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

 span { border-color: rgb(223,210,165); }

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