Html Css Color HEX #DBDC9E Mint Julep

📋 copy color: '#DBDC9E'

red 219 ◦ green 220 ◦ blue 158

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

Shades of Mint Julep #DBDC9E

Tints of Mint Julep #DBDC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

 BLUE value IS 158 (62.11% from 255) = 26.47%

R = 36.68%
G = 36.85%
B = 26.47%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBDC9E (or 0xDBDC9E) is known color: Mint Julep. HEX triplet: DB, DC and 9E. RGB value is (219,220,158). Sum of RGB (Red+Green+Blue) = 219+220+158=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC9E is #242361. Grayscale: #D4D4D4. Windows color (decimal): -2368354 or 10411227. OLE color: 10411227.

HSL color Cylindrical-coordinate representation of color #DBDC9E: hue angle of 60.97º degrees, saturation: 0.47, 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 #DBDC9E is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 158 -
CMYK 0.00 0 0.28 0.14
HSL 60.97º 0.47% 0.74% -
HSV(B) 60.97º 0.28% 0.86% -
XYZ 60.98 68.72 42.4 -
YUV 212.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 219 220 158 0.00 0 0.28 0.14 60.97 0.47 0.74
Hex DB DC 9E 0 0 1C E 3D 2F 4A
Octal 333 334 236 0 0 34 16 75 57 112
Binary 11011011 11011100 10011110 0 0 11100 1110 111101 101111 1001010

Color Harmonies of #DBDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC9E

Black with #DBDC9E

Text Example


Text Example

White with #DBDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC9E; }

 p { color: rgb(219,220,158); }

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

background-color css

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

 a { background-color: rgb(219,220,158); }

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

border-color css

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

 span { border-color: rgb(219,220,158); }

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