Html Css Color HEX #DBDBA1 Mint Julep

📋 copy color: '#DBDBA1'

red 219 ◦ green 219 ◦ blue 161

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

Shades of Mint Julep #DBDBA1

Tints of Mint Julep #DBDBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.88%

R = 36.56%
G = 36.56%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBDBA1 (or 0xDBDBA1) is known color: Mint Julep. HEX triplet: DB, DB and A1. RGB value is (219,219,161). Sum of RGB (Red+Green+Blue) = 219+219+161=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBA1 is #24245E. Grayscale: #D4D4D4. Windows color (decimal): -2368607 or 10607579. OLE color: 10607579.

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

Color convert

RGB 219 219 161 -
CMYK 0 0 0.26 0.14
HSL 60º 0.45% 0.75% -
HSV(B) 60º 0.26% 0.86% -
XYZ 60.98 68.3 43.69 -
YUV 212.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 219 219 161 0 0 0.26 0.14 60 0.45 0.75
Hex DB DB A1 0 0 1A E 3C 2D 4B
Octal 333 333 241 0 0 32 16 74 55 113
Binary 11011011 11011011 10100001 0 0 11010 1110 111100 101101 1001011

Color Harmonies of #DBDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBA1

Black with #DBDBA1

Text Example


Text Example

White with #DBDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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