#DBCFA3

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

Shades of Sapling #DBCFA3

Tints of Sapling #DBCFA3

Color information

#DBCFA3 (or 0xDBCFA3) is unknown color: approx Sapling. HEX triplet: DB, CF and A3. RGB value is (219,207,163). Sum of RGB (Red+Green+Blue) = 219+207+163=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFA3 is #24305C. Grayscale: #CDCDCD. Windows color (decimal): -2371677 or 10735579. OLE color: 10735579.

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

Color convert

RGB219207163-
CMYK00.050.260.14
HSL47.14º43.75%74.9%-
HSV(B)47.14º25.57%85.88%-
XYZ58.1462.3343.62-
YUV205.57103.98137.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=37.18%
G=35.14%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920716300.050.260.1447.1443.7574.9
HexDBCFA3051AE2f2c4b
Octal3333172430532165754113
Binary11011011110011111010001101011101011101011111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFA3; }

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

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

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

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

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

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

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

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