Html Css Color HEX #DCD3A6 Sapling

📋 copy color: '#DCD3A6'

red 220 ◦ green 211 ◦ blue 166

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

Shades of Sapling #DCD3A6

Tints of Sapling #DCD3A6

RGB

 RED value IS 220 (86.33% from 255) = 36.85%

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

 BLUE value IS 166 (65.23% from 255) = 27.81%

R = 36.85%
G = 35.34%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCD3A6 (or 0xDCD3A6) is known color: Sapling. HEX triplet: DC, D3 and A6. RGB value is (220,211,166). Sum of RGB (Red+Green+Blue) = 220+211+166=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3A6 is #232C59. Grayscale: #D0D0D0. Windows color (decimal): -2305114 or 10933212. OLE color: 10933212.

HSL color Cylindrical-coordinate representation of color #DCD3A6: hue angle of 50º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCD3A6 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 166 -
CMYK 0 0.04 0.25 0.14
HSL 50º 0.44% 0.76% -
HSV(B) 50º 0.25% 0.86% -
XYZ 59.69 64.56 45.39 -
YUV 208.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 220 211 166 0 0.04 0.25 0.14 50 0.44 0.76
Hex DC D3 A6 0 4 19 E 32 2C 4C
Octal 334 323 246 0 4 31 16 62 54 114
Binary 11011100 11010011 10100110 0 100 11001 1110 110010 101100 1001100

Color Harmonies of #DCD3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3A6

Black with #DCD3A6

Text Example


Text Example

White with #DCD3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3A6; }

 p { color: rgb(220,211,166); }

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

background-color css

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

 a { background-color: rgb(220,211,166); }

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

border-color css

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

 span { border-color: rgb(220,211,166); }

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