Html Css Color HEX #DBDBA9 Mint Julep

📋 copy color: '#DBDBA9'

red 219 ◦ green 219 ◦ blue 169

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

Shades of Mint Julep #DBDBA9

Tints of Mint Julep #DBDBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.84%

R = 36.08%
G = 36.08%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBDBA9 (or 0xDBDBA9) is known color: Mint Julep. HEX triplet: DB, DB and A9. RGB value is (219,219,169). Sum of RGB (Red+Green+Blue) = 219+219+169=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBA9 is #242456. Grayscale: #D5D5D5. Windows color (decimal): -2368599 or 11131867. OLE color: 11131867.

HSL color Cylindrical-coordinate representation of color #DBDBA9: hue angle of 60º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBDBA9 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 169 -
CMYK 0 0 0.23 0.14
HSL 60º 0.41% 0.76% -
HSV(B) 60º 0.23% 0.86% -
XYZ 61.71 68.59 47.52 -
YUV 213.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 219 219 169 0 0 0.23 0.14 60 0.41 0.76
Hex DB DB A9 0 0 17 E 3C 29 4C
Octal 333 333 251 0 0 27 16 74 51 114
Binary 11011011 11011011 10101001 0 0 10111 1110 111100 101001 1001100

Color Harmonies of #DBDBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBA9

Black with #DBDBA9

Text Example


Text Example

White with #DBDBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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