Html Css Color HEX #DCD1AC Sapling

📋 copy color: '#DCD1AC'

red 220 ◦ green 209 ◦ blue 172

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

Shades of Sapling #DCD1AC

Tints of Sapling #DCD1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.62%

R = 36.61%
G = 34.78%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCD1AC (or 0xDCD1AC) is known color: Sapling. HEX triplet: DC, D1 and AC. RGB value is (220,209,172). Sum of RGB (Red+Green+Blue) = 220+209+172=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1AC is #232E53. Grayscale: #D0D0D0. Windows color (decimal): -2305620 or 11325916. OLE color: 11325916.

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

Color convert

RGB 220 209 172 -
CMYK 0 0.05 0.22 0.14
HSL 46.25º 0.41% 0.77% -
HSV(B) 46.25º 0.22% 0.86% -
XYZ 59.76 63.8 48.19 -
YUV 208.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 220 209 172 0 0.05 0.22 0.14 46.25 0.41 0.77
Hex DC D1 AC 0 5 16 E 2E 29 4D
Octal 334 321 254 0 5 26 16 56 51 115
Binary 11011100 11010001 10101100 0 101 10110 1110 101110 101001 1001101

Color Harmonies of #DCD1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD1AC

Black with #DCD1AC

Text Example


Text Example

White with #DCD1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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