#DBD2AB

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

Shades of Sapling #DBD2AB

Tints of Sapling #DBD2AB

Color information

#DBD2AB (or 0xDBD2AB) is unknown color: approx Sapling. HEX triplet: DB, D2 and AB. RGB value is (219,210,171). Sum of RGB (Red+Green+Blue) = 219+210+171=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2AB is #242D54. Grayscale: #D0D0D0. Windows color (decimal): -2370901 or 11260635. OLE color: 11260635.

HSL color Cylindrical-coordinate representation of color #DBD2AB: hue angle of 48.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBD2AB is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219210171-
CMYK00.040.220.14
HSL48.75º40%76.47%-
HSV(B)48.75º21.92%85.88%-
XYZ59.6164.0947.76-
YUV208.24106.98135.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=36.5%
G=35%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921017100.040.220.1448.754076.47
HexDBD2AB0416E31284c
Octal3333222530426166150114
Binary11011011110100101010101101001011011101100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2AB; }

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

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

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

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

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

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

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

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