#DBD1A4

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

Shades of Sapling #DBD1A4

Tints of Sapling #DBD1A4

Color information

#DBD1A4 (or 0xDBD1A4) is unknown color: approx Sapling. HEX triplet: DB, D1 and A4. RGB value is (219,209,164). Sum of RGB (Red+Green+Blue) = 219+209+164=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD1A4 is #242E5B. Grayscale: #CFCFCF. Windows color (decimal): -2371164 or 10801627. OLE color: 10801627.

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

Color convert

RGB219209164-
CMYK00.050.250.14
HSL49.09º43.31%75.1%-
HSV(B)49.09º25.11%85.88%-
XYZ58.7163.3444.25-
YUV206.86103.81136.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=36.99%
G=35.30%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920916400.050.250.1449.0943.3175.1
HexDBD1A40519E312b4b
Octal3333212440531166153113
Binary11011011110100011010010001011100111101100011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1A4; }

 p { color: rgb(219,209,164); }

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

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

 a { background-color: rgb(219,209,164); }

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

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

 span { border-color: rgb(219,209,164); }

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