Html Css Color HEX #DBD6A1 Mint Julep

📋 copy color: '#DBD6A1'

red 219 ◦ green 214 ◦ blue 161

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

Shades of Mint Julep #DBD6A1

Tints of Mint Julep #DBD6A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.1%

R = 36.87%
G = 36.03%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBD6A1 (or 0xDBD6A1) is known color: Mint Julep. HEX triplet: DB, D6 and A1. RGB value is (219,214,161). Sum of RGB (Red+Green+Blue) = 219+214+161=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD6A1 is #24295E. Grayscale: #D1D1D1. Windows color (decimal): -2369887 or 10606299. OLE color: 10606299.

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

Color convert

RGB 219 214 161 -
CMYK 0 0.02 0.26 0.14
HSL 54.83º 0.45% 0.75% -
HSV(B) 54.83º 0.26% 0.86% -
XYZ 59.69 65.73 43.26 -
YUV 209.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 219 214 161 0 0.02 0.26 0.14 54.83 0.45 0.75
Hex DB D6 A1 0 2 1A E 37 2D 4B
Octal 333 326 241 0 2 32 16 67 55 113
Binary 11011011 11010110 10100001 0 10 11010 1110 110111 101101 1001011

Color Harmonies of #DBD6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD6A1

Black with #DBD6A1

Text Example


Text Example

White with #DBD6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD6A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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