Html Css Color HEX #DBD6A0 Mint Julep

📋 copy color: '#DBD6A0'

red 219 ◦ green 214 ◦ blue 160

#DBD6A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DBD6A0

Tints of Mint Julep #DBD6A0

RGB

 RED value IS 219 (85.94% from 255) = 36.93%

 GREEN value IS 214 (83.98% from 255) = 36.09%

 BLUE value IS 160 (62.89% from 255) = 26.98%

R = 36.93%
G = 36.09%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBD6A0 (or 0xDBD6A0) is known color: Mint Julep. HEX triplet: DB, D6 and A0. RGB value is (219,214,160). Sum of RGB (Red+Green+Blue) = 219+214+160=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD6A0 is #24295F. Grayscale: #D1D1D1. Windows color (decimal): -2369888 or 10540763. OLE color: 10540763.

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

Color convert

RGB 219 214 160 -
CMYK 0 0.02 0.27 0.14
HSL 54.92º 0.45% 0.74% -
HSV(B) 54.92º 0.27% 0.86% -
XYZ 59.61 65.69 42.8 -
YUV 209.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 219 214 160 0 0.02 0.27 0.14 54.92 0.45 0.74
Hex DB D6 A0 0 2 1B E 37 2D 4A
Octal 333 326 240 0 2 33 16 67 55 112
Binary 11011011 11010110 10100000 0 10 11011 1110 110111 101101 1001010

Color Harmonies of #DBD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD6A0

Black with #DBD6A0

Text Example


Text Example

White with #DBD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD6A0; }

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

 H1.HeaderClassName
 {
   color: #DBD6A0;
 }
 .AnyTagClassName
 {
   color: #DBD6A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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