Html Css Color HEX #DCD3A3 Sapling

📋 copy color: '#DCD3A3'

red 220 ◦ green 211 ◦ blue 163

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

Shades of Sapling #DCD3A3

Tints of Sapling #DCD3A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.44%

R = 37.04%
G = 35.52%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCD3A3 (or 0xDCD3A3) is known color: Sapling. HEX triplet: DC, D3 and A3. RGB value is (220,211,163). Sum of RGB (Red+Green+Blue) = 220+211+163=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3A3 is #232C5C. Grayscale: #D0D0D0. Windows color (decimal): -2305117 or 10736604. OLE color: 10736604.

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

Color convert

RGB 220 211 163 -
CMYK 0 0.04 0.26 0.14
HSL 50.53º 0.45% 0.75% -
HSV(B) 50.53º 0.26% 0.86% -
XYZ 59.42 64.45 43.96 -
YUV 208.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 220 211 163 0 0.04 0.26 0.14 50.53 0.45 0.75
Hex DC D3 A3 0 4 1A E 33 2D 4B
Octal 334 323 243 0 4 32 16 63 55 113
Binary 11011100 11010011 10100011 0 100 11010 1110 110011 101101 1001011

Color Harmonies of #DCD3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3A3

Black with #DCD3A3

Text Example


Text Example

White with #DCD3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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