Html Css Color HEX #DBD8A2 Mint Julep

📋 copy color: '#DBD8A2'

red 219 ◦ green 216 ◦ blue 162

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

Shades of Mint Julep #DBD8A2

Tints of Mint Julep #DBD8A2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.18%

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

R = 36.68%
G = 36.18%
B = 27.14%

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

#DBD8A2 (or 0xDBD8A2) is known color: Mint Julep. HEX triplet: DB, D8 and A2. RGB value is (219,216,162). Sum of RGB (Red+Green+Blue) = 219+216+162=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD8A2 is #24275D. Grayscale: #D2D2D2. Windows color (decimal): -2369374 or 10672347. OLE color: 10672347.

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

Color convert

RGB 219 216 162 -
CMYK 0 0.01 0.26 0.14
HSL 56.84º 0.44% 0.75% -
HSV(B) 56.84º 0.26% 0.86% -
XYZ 60.29 66.78 43.89 -
YUV 210.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 219 216 162 0 0.01 0.26 0.14 56.84 0.44 0.75
Hex DB D8 A2 0 1 1A E 39 2C 4B
Octal 333 330 242 0 1 32 16 71 54 113
Binary 11011011 11011000 10100010 0 1 11010 1110 111001 101100 1001011

Color Harmonies of #DBD8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD8A2

Black with #DBD8A2

Text Example


Text Example

White with #DBD8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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