Html Css Color HEX #DCD1AA Sapling

📋 copy color: '#DCD1AA'

red 220 ◦ green 209 ◦ blue 170

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

Shades of Sapling #DCD1AA

Tints of Sapling #DCD1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.38%

R = 36.73%
G = 34.89%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCD1AA (or 0xDCD1AA) is known color: Sapling. HEX triplet: DC, D1 and AA. RGB value is (220,209,170). Sum of RGB (Red+Green+Blue) = 220+209+170=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AA is #232E55. Grayscale: #D0D0D0. Windows color (decimal): -2305622 or 11194844. OLE color: 11194844.

HSL color Cylindrical-coordinate representation of color #DCD1AA: hue angle of 46.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCD1AA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 170 -
CMYK 0 0.05 0.23 0.14
HSL 46.8º 0.42% 0.76% -
HSV(B) 46.8º 0.23% 0.86% -
XYZ 59.57 63.72 47.19 -
YUV 207.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 220 209 170 0 0.05 0.23 0.14 46.8 0.42 0.76
Hex DC D1 AA 0 5 17 E 2F 2A 4C
Octal 334 321 252 0 5 27 16 57 52 114
Binary 11011100 11010001 10101010 0 101 10111 1110 101111 101010 1001100

Color Harmonies of #DCD1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD1AA

Black with #DCD1AA

Text Example


Text Example

White with #DCD1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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