Html Css Color HEX #DBDB9E Mint Julep

📋 copy color: '#DBDB9E'

red 219 ◦ green 219 ◦ blue 158

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

Shades of Mint Julep #DBDB9E

Tints of Mint Julep #DBDB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.74%

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

R = 36.74%
G = 36.74%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBDB9E (or 0xDBDB9E) is known color: Mint Julep. HEX triplet: DB, DB and 9E. RGB value is (219,219,158). Sum of RGB (Red+Green+Blue) = 219+219+158=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB9E is #242461. Grayscale: #D4D4D4. Windows color (decimal): -2368610 or 10410971. OLE color: 10410971.

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

Color convert

RGB 219 219 158 -
CMYK 0 0 0.28 0.14
HSL 60º 0.46% 0.74% -
HSV(B) 60º 0.28% 0.86% -
XYZ 60.72 68.19 42.31 -
YUV 212.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 219 219 158 0 0 0.28 0.14 60 0.46 0.74
Hex DB DB 9E 0 0 1C E 3C 2E 4A
Octal 333 333 236 0 0 34 16 74 56 112
Binary 11011011 11011011 10011110 0 0 11100 1110 111100 101110 1001010

Color Harmonies of #DBDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB9E

Black with #DBDB9E

Text Example


Text Example

White with #DBDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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