#DBD7A7

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

Shades of Mint Julep #DBD7A7

Tints of Mint Julep #DBD7A7

Color information

#DBD7A7 (or 0xDBD7A7) is unknown color: approx Mint Julep. HEX triplet: DB, D7 and A7. RGB value is (219,215,167). Sum of RGB (Red+Green+Blue) = 219+215+167=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD7A7 is #242858. Grayscale: #D2D2D2. Windows color (decimal): -2369625 or 10999771. OLE color: 10999771.

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

Color convert

RGB219215167-
CMYK00.020.240.14
HSL55.38º41.94%75.69%-
HSV(B)55.38º23.74%85.88%-
XYZ60.4966.4546.2-
YUV210.72103.33133.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 167 (65.62% from 255) = 27.79%
R=36.44%
G=35.77%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921516700.020.240.1455.3841.9475.69
HexDBD7A70218E372a4c
Octal3333272470230166752114
Binary1101101111010111101001110101100011101101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7A7; }

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

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

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

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

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

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

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

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