Html Css Color HEX #DBD3A1 Mint Julep

📋 copy color: '#DBD3A1'

red 219 ◦ green 211 ◦ blue 161

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

Shades of Mint Julep #DBD3A1

Tints of Mint Julep #DBD3A1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.7%

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

R = 37.06%
G = 35.7%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBD3A1 (or 0xDBD3A1) is known color: Mint Julep. HEX triplet: DB, D3 and A1. RGB value is (219,211,161). Sum of RGB (Red+Green+Blue) = 219+211+161=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD3A1 is #242C5E. Grayscale: #CFCFCF. Windows color (decimal): -2370655 or 10605531. OLE color: 10605531.

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

Color convert

RGB 219 211 161 -
CMYK 0 0.04 0.26 0.14
HSL 51.72º 0.45% 0.75% -
HSV(B) 51.72º 0.26% 0.86% -
XYZ 58.94 64.22 43.01 -
YUV 207.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 219 211 161 0 0.04 0.26 0.14 51.72 0.45 0.75
Hex DB D3 A1 0 4 1A E 34 2D 4B
Octal 333 323 241 0 4 32 16 64 55 113
Binary 11011011 11010011 10100001 0 100 11010 1110 110100 101101 1001011

Color Harmonies of #DBD3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD3A1

Black with #DBD3A1

Text Example


Text Example

White with #DBD3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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