Html Css Color HEX #DBDBA3 Mint Julep

📋 copy color: '#DBDBA3'

red 219 ◦ green 219 ◦ blue 163

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

Shades of Mint Julep #DBDBA3

Tints of Mint Julep #DBDBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.12%

R = 36.44%
G = 36.44%
B = 27.12%

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

#DBDBA3 (or 0xDBDBA3) is known color: Mint Julep. HEX triplet: DB, DB and A3. RGB value is (219,219,163). Sum of RGB (Red+Green+Blue) = 219+219+163=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBA3 is #24245C. Grayscale: #D4D4D4. Windows color (decimal): -2368605 or 10738651. OLE color: 10738651.

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

Color convert

RGB 219 219 163 -
CMYK 0 0 0.26 0.14
HSL 60º 0.44% 0.75% -
HSV(B) 60º 0.26% 0.86% -
XYZ 61.16 68.37 44.62 -
YUV 212.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 219 219 163 0 0 0.26 0.14 60 0.44 0.75
Hex DB DB A3 0 0 1A E 3C 2C 4B
Octal 333 333 243 0 0 32 16 74 54 113
Binary 11011011 11011011 10100011 0 0 11010 1110 111100 101100 1001011

Color Harmonies of #DBDBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBA3

Black with #DBDBA3

Text Example


Text Example

White with #DBDBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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