#DBD1A5

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

Shades of Sapling #DBD1A5

Tints of Sapling #DBD1A5

Color information

#DBD1A5 (or 0xDBD1A5) is unknown color: approx Sapling. HEX triplet: DB, D1 and A5. RGB value is (219,209,165). Sum of RGB (Red+Green+Blue) = 219+209+165=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD1A5 is #242E5A. Grayscale: #CFCFCF. Windows color (decimal): -2371163 or 10867163. OLE color: 10867163.

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

Color convert

RGB219209165-
CMYK00.050.250.14
HSL48.89º42.86%75.29%-
HSV(B)48.89º24.66%85.88%-
XYZ58.8163.3844.73-
YUV206.97104.31136.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 165 (64.84% from 255) = 27.82%
R=36.93%
G=35.24%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920916500.050.250.1448.8942.8675.29
HexDBD1A50519E312b4b
Octal3333212450531166153113
Binary11011011110100011010010101011100111101100011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1A5; }

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

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

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

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

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

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

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

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