Html Css Color HEX #DBD4AD Mint Julep

📋 copy color: '#DBD4AD'

red 219 ◦ green 212 ◦ blue 173

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

Shades of Mint Julep #DBD4AD

Tints of Mint Julep #DBD4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.64%

R = 36.26%
G = 35.1%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBD4AD (or 0xDBD4AD) is known color: Mint Julep. HEX triplet: DB, D4 and AD. RGB value is (219,212,173). Sum of RGB (Red+Green+Blue) = 219+212+173=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD4AD is #242B52. Grayscale: #D1D1D1. Windows color (decimal): -2370387 or 11392219. OLE color: 11392219.

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

Color convert

RGB 219 212 173 -
CMYK 0 0.03 0.21 0.14
HSL 50.87º 0.39% 0.77% -
HSV(B) 50.87º 0.21% 0.86% -
XYZ 60.3 65.16 48.93 -
YUV 209.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 219 212 173 0 0.03 0.21 0.14 50.87 0.39 0.77
Hex DB D4 AD 0 3 15 E 33 27 4D
Octal 333 324 255 0 3 25 16 63 47 115
Binary 11011011 11010100 10101101 0 11 10101 1110 110011 100111 1001101

Color Harmonies of #DBD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD4AD

Black with #DBD4AD

Text Example


Text Example

White with #DBD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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