Html Css Color HEX #DCD3A5 Sapling

📋 copy color: '#DCD3A5'

red 220 ◦ green 211 ◦ blue 165

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

Shades of Sapling #DCD3A5

Tints of Sapling #DCD3A5

RGB

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

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

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

R = 36.91%
G = 35.4%
B = 27.68%

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

#DCD3A5 (or 0xDCD3A5) is known color: Sapling. HEX triplet: DC, D3 and A5. RGB value is (220,211,165). Sum of RGB (Red+Green+Blue) = 220+211+165=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3A5 is #232C5A. Grayscale: #D0D0D0. Windows color (decimal): -2305115 or 10867676. OLE color: 10867676.

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

Color convert

RGB 220 211 165 -
CMYK 0 0.04 0.25 0.14
HSL 50.18º 0.44% 0.75% -
HSV(B) 50.18º 0.25% 0.86% -
XYZ 59.6 64.52 44.91 -
YUV 208.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 220 211 165 0 0.04 0.25 0.14 50.18 0.44 0.75
Hex DC D3 A5 0 4 19 E 32 2C 4B
Octal 334 323 245 0 4 31 16 62 54 113
Binary 11011100 11010011 10100101 0 100 11001 1110 110010 101100 1001011

Color Harmonies of #DCD3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3A5

Black with #DCD3A5

Text Example


Text Example

White with #DCD3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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