Html Css Color HEX #DBDBA5 Mint Julep

📋 copy color: '#DBDBA5'

red 219 ◦ green 219 ◦ blue 165

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

Shades of Mint Julep #DBDBA5

Tints of Mint Julep #DBDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.36%

R = 36.32%
G = 36.32%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBDBA5 (or 0xDBDBA5) is known color: Mint Julep. HEX triplet: DB, DB and A5. RGB value is (219,219,165). Sum of RGB (Red+Green+Blue) = 219+219+165=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBA5 is #24245A. Grayscale: #D5D5D5. Windows color (decimal): -2368603 or 10869723. OLE color: 10869723.

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

Color convert

RGB 219 219 165 -
CMYK 0 0 0.25 0.14
HSL 60º 0.43% 0.75% -
HSV(B) 60º 0.25% 0.86% -
XYZ 61.34 68.44 45.57 -
YUV 212.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 219 219 165 0 0 0.25 0.14 60 0.43 0.75
Hex DB DB A5 0 0 19 E 3C 2B 4B
Octal 333 333 245 0 0 31 16 74 53 113
Binary 11011011 11011011 10100101 0 0 11001 1110 111100 101011 1001011

Color Harmonies of #DBDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBA5

Black with #DBDBA5

Text Example


Text Example

White with #DBDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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