#DBD1AC

Color #DBD1AC Sapling (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapling #DBD1AC

Tints of Sapling #DBD1AC

Color information

#DBD1AC (or 0xDBD1AC) is unknown color: approx Sapling. HEX triplet: DB, D1 and AC. RGB value is (219,209,172). Sum of RGB (Red+Green+Blue) = 219+209+172=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD1AC is #242E53. Grayscale: #CFCFCF. Windows color (decimal): -2371156 or 11325915. OLE color: 11325915.

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

Color convert

RGB219209172-
CMYK00.050.210.14
HSL47.23º39.5%76.67%-
HSV(B)47.23º21.46%85.88%-
XYZ59.4663.6448.18-
YUV207.77107.81136.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=36.5%
G=34.83%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920917200.050.210.1447.2339.576.67
HexDBD1AC0515E2f274d
Octal3333212540525165747115
Binary11011011110100011010110001011010111101011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1AC; }

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

 H1.HeaderClassName
 {
   color: #DBD1AC;
 }
 .AnyTagClassName
 {
   color: #DBD1AC;
 }
</style>
background-color css

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

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

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

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

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

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