#DBD9A1

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

Shades of Mint Julep #DBD9A1

Tints of Mint Julep #DBD9A1

Color information

#DBD9A1 (or 0xDBD9A1) is unknown color: approx Mint Julep. HEX triplet: DB, D9 and A1. RGB value is (219,217,161). Sum of RGB (Red+Green+Blue) = 219+217+161=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD9A1 is #24265E. Grayscale: #D3D3D3. Windows color (decimal): -2369119 or 10607067. OLE color: 10607067.

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

Color convert

RGB219217161-
CMYK00.010.260.14
HSL57.93º44.62%74.51%-
HSV(B)57.93º26.48%85.88%-
XYZ60.4667.2643.51-
YUV211.2199.66133.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 161 (63.28% from 255) = 26.97%
R=36.68%
G=36.35%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921716100.010.260.1457.9344.6274.51
HexDBD9A1011AE3a2d4b
Octal3333312410132167255113
Binary110110111101100110100001011101011101110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9A1; }

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

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

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

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

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

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

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

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