Html Css Color HEX #DBD7A1 Mint Julep

📋 copy color: '#DBD7A1'

red 219 ◦ green 215 ◦ blue 161

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

Shades of Mint Julep #DBD7A1

Tints of Mint Julep #DBD7A1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

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

R = 36.81%
G = 36.13%
B = 27.06%

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

#DBD7A1 (or 0xDBD7A1) is known color: Mint Julep. HEX triplet: DB, D7 and A1. RGB value is (219,215,161). Sum of RGB (Red+Green+Blue) = 219+215+161=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD7A1 is #24285E. Grayscale: #D2D2D2. Windows color (decimal): -2369631 or 10606555. OLE color: 10606555.

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

Color convert

RGB 219 215 161 -
CMYK 0 0.02 0.26 0.14
HSL 55.86º 0.45% 0.75% -
HSV(B) 55.86º 0.26% 0.86% -
XYZ 59.95 66.23 43.34 -
YUV 210.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 219 215 161 0 0.02 0.26 0.14 55.86 0.45 0.75
Hex DB D7 A1 0 2 1A E 38 2D 4B
Octal 333 327 241 0 2 32 16 70 55 113
Binary 11011011 11010111 10100001 0 10 11010 1110 111000 101101 1001011

Color Harmonies of #DBD7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7A1

Black with #DBD7A1

Text Example


Text Example

White with #DBD7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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