Html Css Color HEX #DBD3A2 Mint Julep

📋 copy color: '#DBD3A2'

red 219 ◦ green 211 ◦ blue 162

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

Shades of Mint Julep #DBD3A2

Tints of Mint Julep #DBD3A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.36%

R = 36.99%
G = 35.64%
B = 27.36%

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

#DBD3A2 (or 0xDBD3A2) is known color: Mint Julep. HEX triplet: DB, D3 and A2. RGB value is (219,211,162). Sum of RGB (Red+Green+Blue) = 219+211+162=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD3A2 is #242C5D. Grayscale: #D0D0D0. Windows color (decimal): -2370654 or 10671067. OLE color: 10671067.

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

Color convert

RGB 219 211 162 -
CMYK 0 0.04 0.26 0.14
HSL 51.58º 0.44% 0.75% -
HSV(B) 51.58º 0.26% 0.86% -
XYZ 59.03 64.26 43.47 -
YUV 207.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 219 211 162 0 0.04 0.26 0.14 51.58 0.44 0.75
Hex DB D3 A2 0 4 1A E 34 2C 4B
Octal 333 323 242 0 4 32 16 64 54 113
Binary 11011011 11010011 10100010 0 100 11010 1110 110100 101100 1001011

Color Harmonies of #DBD3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD3A2

Black with #DBD3A2

Text Example


Text Example

White with #DBD3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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