#DBD2A8

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

Shades of Sapling #DBD2A8

Tints of Sapling #DBD2A8

Color information

#DBD2A8 (or 0xDBD2A8) is unknown color: approx Sapling. HEX triplet: DB, D2 and A8. RGB value is (219,210,168). Sum of RGB (Red+Green+Blue) = 219+210+168=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2A8 is #242D57. Grayscale: #D0D0D0. Windows color (decimal): -2370904 or 11064027. OLE color: 11064027.

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

Color convert

RGB219210168-
CMYK00.040.230.14
HSL49.41º41.46%75.88%-
HSV(B)49.41º23.29%85.88%-
XYZ59.3363.9846.27-
YUV207.9105.48135.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 168 (66.02% from 255) = 28.14%
R=36.68%
G=35.18%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921016800.040.230.1449.4141.4675.88
HexDBD2A80417E31294c
Octal3333222500427166151114
Binary11011011110100101010100001001011111101100011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2A8; }

 p { color: rgb(219,210,168); }

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

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

 a { background-color: rgb(219,210,168); }

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

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

 span { border-color: rgb(219,210,168); }

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