#DBCDA6

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

Shades of Sapling #DBCDA6

Tints of Sapling #DBCDA6

Color information

#DBCDA6 (or 0xDBCDA6) is unknown color: approx Sapling. HEX triplet: DB, CD and A6. RGB value is (219,205,166). Sum of RGB (Red+Green+Blue) = 219+205+166=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDA6 is #243259. Grayscale: #CCCCCC. Windows color (decimal): -2372186 or 10931675. OLE color: 10931675.

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

Color convert

RGB219205166-
CMYK00.060.240.14
HSL44.15º42.4%75.49%-
HSV(B)44.15º24.2%85.88%-
XYZ57.9361.4844.89-
YUV204.74106.14138.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 166 (65.23% from 255) = 28.14%
R=37.12%
G=34.75%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920516600.060.240.1444.1542.475.49
HexDBCDA60618E2c2a4b
Octal3333152460630165452113
Binary11011011110011011010011001101100011101011001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDA6; }

 p { color: rgb(219,205,166); }

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

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

 a { background-color: rgb(219,205,166); }

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

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

 span { border-color: rgb(219,205,166); }

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