#DBD3A7

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

Shades of Mint Julep #DBD3A7

Tints of Mint Julep #DBD3A7

Color information

#DBD3A7 (or 0xDBD3A7) is unknown color: approx Mint Julep. HEX triplet: DB, D3 and A7. RGB value is (219,211,167). Sum of RGB (Red+Green+Blue) = 219+211+167=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD3A7 is #242C58. Grayscale: #D0D0D0. Windows color (decimal): -2370649 or 10998747. OLE color: 10998747.

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

Color convert

RGB219211167-
CMYK00.040.240.14
HSL50.77º41.94%75.69%-
HSV(B)50.77º23.74%85.88%-
XYZ59.4864.4445.86-
YUV208.38104.65135.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 211 (82.81% from 255) = 35.34%
BLUE value IS 167 (65.62% from 255) = 27.97%
R=36.68%
G=35.34%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921116700.040.240.1450.7741.9475.69
HexDBD3A70418E332a4c
Octal3333232470430166352114
Binary11011011110100111010011101001100011101100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3A7; }

 p { color: rgb(219,211,167); }

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

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

 a { background-color: rgb(219,211,167); }

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

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

 span { border-color: rgb(219,211,167); }

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