#DBD0A8

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

Shades of Sapling #DBD0A8

Tints of Sapling #DBD0A8

Color information

#DBD0A8 (or 0xDBD0A8) is unknown color: approx Sapling. HEX triplet: DB, D0 and A8. RGB value is (219,208,168). Sum of RGB (Red+Green+Blue) = 219+208+168=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD0A8 is #242F57. Grayscale: #CECECE. Windows color (decimal): -2371416 or 11063515. OLE color: 11063515.

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

Color convert

RGB219208168-
CMYK00.050.230.14
HSL47.06º41.46%75.88%-
HSV(B)47.06º23.29%85.88%-
XYZ58.846346.1-
YUV206.73106.14136.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=36.81%
G=34.96%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920816800.050.230.1447.0641.4675.88
HexDBD0A80517E2f294c
Octal3333202500527165751114
Binary11011011110100001010100001011011111101011111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0A8; }

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

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

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

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

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

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

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

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