#DBCEA9

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

Shades of Sapling #DBCEA9

Tints of Sapling #DBCEA9

Color information

#DBCEA9 (or 0xDBCEA9) is unknown color: approx Sapling. HEX triplet: DB, CE and A9. RGB value is (219,206,169). Sum of RGB (Red+Green+Blue) = 219+206+169=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEA9 is #243156. Grayscale: #CDCDCD. Windows color (decimal): -2371927 or 11128539. OLE color: 11128539.

HSL color Cylindrical-coordinate representation of color #DBCEA9: hue angle of 44.4º degrees, saturation: 0.41, 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 #DBCEA9 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB219206169-
CMYK00.060.230.14
HSL44.4º40.98%76.08%-
HSV(B)44.4º22.83%85.88%-
XYZ58.4562.0746.44-
YUV205.67107.31137.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 169 (66.41% from 255) = 28.45%
R=36.87%
G=34.68%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920616900.060.230.1444.440.9876.08
HexDBCEA90617E2c294c
Octal3333162510627165451114
Binary11011011110011101010100101101011111101011001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEA9; }

 p { color: rgb(219,206,169); }

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

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

 a { background-color: rgb(219,206,169); }

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

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

 span { border-color: rgb(219,206,169); }

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