Html Css Color HEX #DCD3A4 Sapling

📋 copy color: '#DCD3A4'

red 220 ◦ green 211 ◦ blue 164

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

Shades of Sapling #DCD3A4

Tints of Sapling #DCD3A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.56%

R = 36.97%
G = 35.46%
B = 27.56%

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

#DCD3A4 (or 0xDCD3A4) is known color: Sapling. HEX triplet: DC, D3 and A4. RGB value is (220,211,164). Sum of RGB (Red+Green+Blue) = 220+211+164=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3A4 is #232C5B. Grayscale: #D0D0D0. Windows color (decimal): -2305116 or 10802140. OLE color: 10802140.

HSL color Cylindrical-coordinate representation of color #DCD3A4: hue angle of 50.36º 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 #DCD3A4 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 164 -
CMYK 0 0.04 0.25 0.14
HSL 50.36º 0.44% 0.75% -
HSV(B) 50.36º 0.25% 0.86% -
XYZ 59.51 64.48 44.43 -
YUV 208.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 220 211 164 0 0.04 0.25 0.14 50.36 0.44 0.75
Hex DC D3 A4 0 4 19 E 32 2C 4B
Octal 334 323 244 0 4 31 16 62 54 113
Binary 11011100 11010011 10100100 0 100 11001 1110 110010 101100 1001011

Color Harmonies of #DCD3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3A4

Black with #DCD3A4

Text Example


Text Example

White with #DCD3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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