Html Css Color HEX #DCD3A9 Sapling

📋 copy color: '#DCD3A9'

red 220 ◦ green 211 ◦ blue 169

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

Shades of Sapling #DCD3A9

Tints of Sapling #DCD3A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.17%

R = 36.67%
G = 35.17%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCD3A9 (or 0xDCD3A9) is known color: Sapling. HEX triplet: DC, D3 and A9. RGB value is (220,211,169). Sum of RGB (Red+Green+Blue) = 220+211+169=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3A9 is #232C56. Grayscale: #D1D1D1. Windows color (decimal): -2305111 or 11129820. OLE color: 11129820.

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

Color convert

RGB 220 211 169 -
CMYK 0 0.04 0.23 0.14
HSL 49.41º 0.42% 0.76% -
HSV(B) 49.41º 0.23% 0.86% -
XYZ 59.97 64.67 46.86 -
YUV 208.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 220 211 169 0 0.04 0.23 0.14 49.41 0.42 0.76
Hex DC D3 A9 0 4 17 E 31 2A 4C
Octal 334 323 251 0 4 27 16 61 52 114
Binary 11011100 11010011 10101001 0 100 10111 1110 110001 101010 1001100

Color Harmonies of #DCD3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3A9

Black with #DCD3A9

Text Example


Text Example

White with #DCD3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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