Html Css Color HEX #DBD6A6 Mint Julep

📋 copy color: '#DBD6A6'

red 219 ◦ green 214 ◦ blue 166

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

Shades of Mint Julep #DBD6A6

Tints of Mint Julep #DBD6A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.71%

R = 36.56%
G = 35.73%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBD6A6 (or 0xDBD6A6) is known color: Mint Julep. HEX triplet: DB, D6 and A6. RGB value is (219,214,166). Sum of RGB (Red+Green+Blue) = 219+214+166=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD6A6 is #242959. Grayscale: #D2D2D2. Windows color (decimal): -2369882 or 10933979. OLE color: 10933979.

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

Color convert

RGB 219 214 166 -
CMYK 0 0.02 0.24 0.14
HSL 54.34º 0.42% 0.75% -
HSV(B) 54.34º 0.24% 0.86% -
XYZ 60.14 65.91 45.63 -
YUV 210.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 219 214 166 0 0.02 0.24 0.14 54.34 0.42 0.75
Hex DB D6 A6 0 2 18 E 36 2A 4B
Octal 333 326 246 0 2 30 16 66 52 113
Binary 11011011 11010110 10100110 0 10 11000 1110 110110 101010 1001011

Color Harmonies of #DBD6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD6A6

Black with #DBD6A6

Text Example


Text Example

White with #DBD6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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