Html Css Color HEX #DBD4A6 Mint Julep

📋 copy color: '#DBD4A6'

red 219 ◦ green 212 ◦ blue 166

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

Shades of Mint Julep #DBD4A6

Tints of Mint Julep #DBD4A6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

 BLUE value IS 166 (65.23% from 255) = 27.81%

R = 36.68%
G = 35.51%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBD4A6 (or 0xDBD4A6) is known color: Mint Julep. HEX triplet: DB, D4 and A6. RGB value is (219,212,166). Sum of RGB (Red+Green+Blue) = 219+212+166=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD4A6 is #242B59. Grayscale: #D1D1D1. Windows color (decimal): -2370394 or 10933467. OLE color: 10933467.

HSL color Cylindrical-coordinate representation of color #DBD4A6: hue angle of 52.08º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBD4A6 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 212 166 -
CMYK 0 0.03 0.24 0.14
HSL 52.08º 0.42% 0.75% -
HSV(B) 52.08º 0.24% 0.86% -
XYZ 59.64 64.9 45.46 -
YUV 208.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 219 212 166 0 0.03 0.24 0.14 52.08 0.42 0.75
Hex DB D4 A6 0 3 18 E 34 2A 4B
Octal 333 324 246 0 3 30 16 64 52 113
Binary 11011011 11010100 10100110 0 11 11000 1110 110100 101010 1001011

Color Harmonies of #DBD4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD4A6

Black with #DBD4A6

Text Example


Text Example

White with #DBD4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD4A6; }

 p { color: rgb(219,212,166); }

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

background-color css

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

 a { background-color: rgb(219,212,166); }

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

border-color css

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

 span { border-color: rgb(219,212,166); }

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