#DBD5AE

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

Shades of Mint Julep #DBD5AE

Tints of Mint Julep #DBD5AE

Color information

#DBD5AE (or 0xDBD5AE) is unknown color: approx Mint Julep. HEX triplet: DB, D5 and AE. RGB value is (219,213,174). Sum of RGB (Red+Green+Blue) = 219+213+174=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD5AE is #242A51. Grayscale: #D2D2D2. Windows color (decimal): -2370130 or 11458011. OLE color: 11458011.

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

Color convert

RGB219213174-
CMYK00.030.210.14
HSL52º38.46%77.06%-
HSV(B)52º20.55%85.88%-
XYZ60.6565.749.53-
YUV210.35107.49134.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=36.14%
G=35.15%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921317400.030.210.145238.4677.06
HexDBD5AE0315E34264d
Octal3333252560325166446115
Binary1101101111010101101011100111010111101101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5AE; }

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

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

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

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

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

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

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

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