#DBD2A1

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

Shades of Sapling #DBD2A1

Tints of Sapling #DBD2A1

Color information

#DBD2A1 (or 0xDBD2A1) is unknown color: approx Sapling. HEX triplet: DB, D2 and A1. RGB value is (219,210,161). Sum of RGB (Red+Green+Blue) = 219+210+161=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2A1 is #242D5E. Grayscale: #CFCFCF. Windows color (decimal): -2370911 or 10605275. OLE color: 10605275.

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

Color convert

RGB219210161-
CMYK00.040.260.14
HSL50.69º44.62%74.51%-
HSV(B)50.69º26.48%85.88%-
XYZ58.6963.7342.93-
YUV207.1101.98136.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=37.12%
G=35.59%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921016100.040.260.1450.6944.6274.51
HexDBD2A1041AE332d4b
Octal3333222410432166355113
Binary11011011110100101010000101001101011101100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2A1; }

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

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

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

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

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

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

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

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