#DBD69C

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

Shades of Mint Julep #DBD69C

Tints of Mint Julep #DBD69C

Color information

#DBD69C (or 0xDBD69C) is unknown color: approx Mint Julep. HEX triplet: DB, D6 and 9C. RGB value is (219,214,156). Sum of RGB (Red+Green+Blue) = 219+214+156=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD69C is #242963. Grayscale: #D1D1D1. Windows color (decimal): -2369892 or 10278619. OLE color: 10278619.

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

Color convert

RGB219214156-
CMYK00.020.290.14
HSL55.24º46.67%73.53%-
HSV(B)55.24º28.77%85.88%-
XYZ59.2665.5540.98-
YUV208.8898.16135.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 156 (61.33% from 255) = 26.49%
R=37.18%
G=36.33%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921415600.020.290.1455.2446.6773.53
HexDBD69C021DE372f4a
Octal3333262340235166757112
Binary1101101111010110100111000101110111101101111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD69C; }

 p { color: rgb(219,214,156); }

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

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

 a { background-color: rgb(219,214,156); }

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

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

 span { border-color: rgb(219,214,156); }

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