Html Css Color HEX #DBDBAA Mint Julep

📋 copy color: '#DBDBAA'

red 219 ◦ green 219 ◦ blue 170

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

Shades of Mint Julep #DBDBAA

Tints of Mint Julep #DBDBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.96%

R = 36.02%
G = 36.02%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBDBAA (or 0xDBDBAA) is known color: Mint Julep. HEX triplet: DB, DB and AA. RGB value is (219,219,170). Sum of RGB (Red+Green+Blue) = 219+219+170=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBAA is #242455. Grayscale: #D5D5D5. Windows color (decimal): -2368598 or 11197403. OLE color: 11197403.

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

Color convert

RGB 219 219 170 -
CMYK 0 0 0.22 0.14
HSL 60º 0.4% 0.76% -
HSV(B) 60º 0.22% 0.86% -
XYZ 61.8 68.63 48.02 -
YUV 213.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 219 219 170 0 0 0.22 0.14 60 0.4 0.76
Hex DB DB AA 0 0 16 E 3C 28 4C
Octal 333 333 252 0 0 26 16 74 50 114
Binary 11011011 11011011 10101010 0 0 10110 1110 111100 101000 1001100

Color Harmonies of #DBDBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBAA

Black with #DBDBAA

Text Example


Text Example

White with #DBDBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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