#DBD1AD

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

Shades of Sapling #DBD1AD

Tints of Sapling #DBD1AD

Color information

#DBD1AD (or 0xDBD1AD) is unknown color: approx Sapling. HEX triplet: DB, D1 and AD. RGB value is (219,209,173). Sum of RGB (Red+Green+Blue) = 219+209+173=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD1AD is #242E52. Grayscale: #D0D0D0. Windows color (decimal): -2371155 or 11391451. OLE color: 11391451.

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

Color convert

RGB219209173-
CMYK00.050.210.14
HSL46.96º38.98%76.86%-
HSV(B)46.96º21%85.88%-
XYZ59.5663.6848.69-
YUV207.89108.31135.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=36.44%
G=34.78%
B=28.79%

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
Decimal21920917300.050.210.1446.9638.9876.86
HexDBD1AD0515E2f274d
Octal3333212550525165747115
Binary11011011110100011010110101011010111101011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1AD; }

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

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

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

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

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

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

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

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