Html Css Color HEX #DBD7AC Mint Julep

📋 copy color: '#DBD7AC'

red 219 ◦ green 215 ◦ blue 172

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

Shades of Mint Julep #DBD7AC

Tints of Mint Julep #DBD7AC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.48%

 BLUE value IS 172 (67.58% from 255) = 28.38%

R = 36.14%
G = 35.48%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBD7AC (or 0xDBD7AC) is known color: Mint Julep. HEX triplet: DB, D7 and AC. RGB value is (219,215,172). Sum of RGB (Red+Green+Blue) = 219+215+172=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD7AC is #242853. Grayscale: #D3D3D3. Windows color (decimal): -2369620 or 11327451. OLE color: 11327451.

HSL color Cylindrical-coordinate representation of color #DBD7AC: hue angle of 54.89º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBD7AC is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 215 172 -
CMYK 0 0.02 0.21 0.14
HSL 54.89º 0.39% 0.77% -
HSV(B) 54.89º 0.21% 0.86% -
XYZ 60.96 66.64 48.68 -
YUV 211.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 219 215 172 0 0.02 0.21 0.14 54.89 0.39 0.77
Hex DB D7 AC 0 2 15 E 37 27 4D
Octal 333 327 254 0 2 25 16 67 47 115
Binary 11011011 11010111 10101100 0 10 10101 1110 110111 100111 1001101

Color Harmonies of #DBD7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7AC

Black with #DBD7AC

Text Example


Text Example

White with #DBD7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7AC; }

 p { color: rgb(219,215,172); }

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

background-color css

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

 a { background-color: rgb(219,215,172); }

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

border-color css

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

 span { border-color: rgb(219,215,172); }

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