#DBCFA6

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

Shades of Sapling #DBCFA6

Tints of Sapling #DBCFA6

Color information

#DBCFA6 (or 0xDBCFA6) is unknown color: approx Sapling. HEX triplet: DB, CF and A6. RGB value is (219,207,166). Sum of RGB (Red+Green+Blue) = 219+207+166=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFA6 is #243059. Grayscale: #CECECE. Windows color (decimal): -2371674 or 10932187. OLE color: 10932187.

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

Color convert

RGB219207166-
CMYK00.050.240.14
HSL46.42º42.4%75.49%-
HSV(B)46.42º24.2%85.88%-
XYZ58.4162.4445.05-
YUV205.91105.48137.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=36.99%
G=34.97%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920716600.050.240.1446.4242.475.49
HexDBCFA60518E2e2a4b
Octal3333172460530165652113
Binary11011011110011111010011001011100011101011101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFA6; }

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

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

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

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

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

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

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

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