Html Css Color HEX #DCD3A0 Sapling

📋 copy color: '#DCD3A0'

red 220 ◦ green 211 ◦ blue 160

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

Shades of Sapling #DCD3A0

Tints of Sapling #DCD3A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.07%

R = 37.23%
G = 35.7%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCD3A0 (or 0xDCD3A0) is known color: Sapling. HEX triplet: DC, D3 and A0. RGB value is (220,211,160). Sum of RGB (Red+Green+Blue) = 220+211+160=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3A0 is #232C5F. Grayscale: #D0D0D0. Windows color (decimal): -2305120 or 10539996. OLE color: 10539996.

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

Color convert

RGB 220 211 160 -
CMYK 0 0.04 0.27 0.14
HSL 51º 0.46% 0.75% -
HSV(B) 51º 0.27% 0.86% -
XYZ 59.15 64.34 42.56 -
YUV 207.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 220 211 160 0 0.04 0.27 0.14 51 0.46 0.75
Hex DC D3 A0 0 4 1B E 33 2E 4B
Octal 334 323 240 0 4 33 16 63 56 113
Binary 11011100 11010011 10100000 0 100 11011 1110 110011 101110 1001011

Color Harmonies of #DCD3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3A0

Black with #DCD3A0

Text Example


Text Example

White with #DCD3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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