#DBCFA4

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

Shades of Sapling #DBCFA4

Tints of Sapling #DBCFA4

Color information

#DBCFA4 (or 0xDBCFA4) is unknown color: approx Sapling. HEX triplet: DB, CF and A4. RGB value is (219,207,164). Sum of RGB (Red+Green+Blue) = 219+207+164=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFA4 is #24305B. Grayscale: #CDCDCD. Windows color (decimal): -2371676 or 10801115. OLE color: 10801115.

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

Color convert

RGB219207164-
CMYK00.050.250.14
HSL46.91º43.31%75.1%-
HSV(B)46.91º25.11%85.88%-
XYZ58.2362.3744.09-
YUV205.69104.48137.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=37.12%
G=35.08%
B=27.80%

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
Decimal21920716400.050.250.1446.9143.3175.1
HexDBCFA40519E2f2b4b
Octal3333172440531165753113
Binary11011011110011111010010001011100111101011111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFA4; }

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

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

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

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

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

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

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

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