Html Css Color HEX #DBD9A1 Mint Julep

📋 copy color: '#DBD9A1'

red 219 ◦ green 217 ◦ blue 161

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

Shades of Mint Julep #DBD9A1

Tints of Mint Julep #DBD9A1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.35%

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

R = 36.68%
G = 36.35%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBD9A1 (or 0xDBD9A1) is known color: Mint Julep. HEX triplet: DB, D9 and A1. RGB value is (219,217,161). Sum of RGB (Red+Green+Blue) = 219+217+161=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD9A1 is #24265E. Grayscale: #D3D3D3. Windows color (decimal): -2369119 or 10607067. OLE color: 10607067.

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

Color convert

RGB 219 217 161 -
CMYK 0 0.01 0.26 0.14
HSL 57.93º 0.45% 0.75% -
HSV(B) 57.93º 0.26% 0.86% -
XYZ 60.46 67.26 43.51 -
YUV 211.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 219 217 161 0 0.01 0.26 0.14 57.93 0.45 0.75
Hex DB D9 A1 0 1 1A E 3A 2D 4B
Octal 333 331 241 0 1 32 16 72 55 113
Binary 11011011 11011001 10100001 0 1 11010 1110 111010 101101 1001011

Color Harmonies of #DBD9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD9A1

Black with #DBD9A1

Text Example


Text Example

White with #DBD9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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