#DBD7AE

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

Shades of Mint Julep #DBD7AE

Tints of Mint Julep #DBD7AE

Color information

#DBD7AE (or 0xDBD7AE) is unknown color: approx Mint Julep. HEX triplet: DB, D7 and AE. RGB value is (219,215,174). Sum of RGB (Red+Green+Blue) = 219+215+174=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD7AE is #242851. Grayscale: #D3D3D3. Windows color (decimal): -2369618 or 11458523. OLE color: 11458523.

HSL color Cylindrical-coordinate representation of color #DBD7AE: hue angle of 54.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBD7AE is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219215174-
CMYK00.020.210.14
HSL54.67º38.46%77.06%-
HSV(B)54.67º20.55%85.88%-
XYZ61.1566.7249.7-
YUV211.52106.83133.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=36.02%
G=35.36%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921517400.020.210.1454.6738.4677.06
HexDBD7AE0215E37264d
Octal3333272560225166746115
Binary1101101111010111101011100101010111101101111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7AE; }

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

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

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

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

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

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

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

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