Html Css Color HEX #DBD99D Mint Julep

📋 copy color: '#DBD99D'

red 219 ◦ green 217 ◦ blue 157

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

Shades of Mint Julep #DBD99D

Tints of Mint Julep #DBD99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.59%

 BLUE value IS 157 (61.72% from 255) = 26.48%

R = 36.93%
G = 36.59%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBD99D (or 0xDBD99D) is known color: Mint Julep. HEX triplet: DB, D9 and 9D. RGB value is (219,217,157). Sum of RGB (Red+Green+Blue) = 219+217+157=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD99D is #242662. Grayscale: #D3D3D3. Windows color (decimal): -2369123 or 10344923. OLE color: 10344923.

HSL color Cylindrical-coordinate representation of color #DBD99D: hue angle of 58.06º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBD99D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 217 157 -
CMYK 0 0.01 0.28 0.14
HSL 58.06º 0.46% 0.74% -
HSV(B) 58.06º 0.28% 0.86% -
XYZ 60.11 67.12 41.69 -
YUV 210.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 219 217 157 0 0.01 0.28 0.14 58.06 0.46 0.74
Hex DB D9 9D 0 1 1C E 3A 2E 4A
Octal 333 331 235 0 1 34 16 72 56 112
Binary 11011011 11011001 10011101 0 1 11100 1110 111010 101110 1001010

Color Harmonies of #DBD99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD99D

Black with #DBD99D

Text Example


Text Example

White with #DBD99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD99D; }

 p { color: rgb(219,217,157); }

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

background-color css

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

 a { background-color: rgb(219,217,157); }

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

border-color css

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

 span { border-color: rgb(219,217,157); }

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