Html Css Color HEX #DCD1A1 Sapling

📋 copy color: '#DCD1A1'

red 220 ◦ green 209 ◦ blue 161

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

Shades of Sapling #DCD1A1

Tints of Sapling #DCD1A1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.42%

 BLUE value IS 161 (63.28% from 255) = 27.29%

R = 37.29%
G = 35.42%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCD1A1 (or 0xDCD1A1) is known color: Sapling. HEX triplet: DC, D1 and A1. RGB value is (220,209,161). Sum of RGB (Red+Green+Blue) = 220+209+161=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1A1 is #232E5E. Grayscale: #CFCFCF. Windows color (decimal): -2305631 or 10605020. OLE color: 10605020.

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

Color convert

RGB 220 209 161 -
CMYK 0 0.05 0.27 0.14
HSL 48.81º 0.46% 0.75% -
HSV(B) 48.81º 0.27% 0.86% -
XYZ 58.75 63.39 42.86 -
YUV 206.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 220 209 161 0 0.05 0.27 0.14 48.81 0.46 0.75
Hex DC D1 A1 0 5 1B E 31 2E 4B
Octal 334 321 241 0 5 33 16 61 56 113
Binary 11011100 11010001 10100001 0 101 11011 1110 110001 101110 1001011

Color Harmonies of #DCD1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD1A1

Black with #DCD1A1

Text Example


Text Example

White with #DCD1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD1A1; }

 p { color: rgb(220,209,161); }

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

background-color css

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

 a { background-color: rgb(220,209,161); }

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

border-color css

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

 span { border-color: rgb(220,209,161); }

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