Html Css Color HEX #DBD5A5 Mint Julep

📋 copy color: '#DBD5A5'

red 219 ◦ green 213 ◦ blue 165

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

Shades of Mint Julep #DBD5A5

Tints of Mint Julep #DBD5A5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.68%

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

R = 36.68%
G = 35.68%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBD5A5 (or 0xDBD5A5) is known color: Mint Julep. HEX triplet: DB, D5 and A5. RGB value is (219,213,165). Sum of RGB (Red+Green+Blue) = 219+213+165=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD5A5 is #242A5A. Grayscale: #D1D1D1. Windows color (decimal): -2370139 or 10868187. OLE color: 10868187.

HSL color Cylindrical-coordinate representation of color #DBD5A5: hue angle of 53.33º 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 #DBD5A5 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 213 165 -
CMYK 0 0.03 0.25 0.14
HSL 53.33º 0.43% 0.75% -
HSV(B) 53.33º 0.25% 0.86% -
XYZ 59.8 65.37 45.06 -
YUV 209.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 219 213 165 0 0.03 0.25 0.14 53.33 0.43 0.75
Hex DB D5 A5 0 3 19 E 35 2B 4B
Octal 333 325 245 0 3 31 16 65 53 113
Binary 11011011 11010101 10100101 0 11 11001 1110 110101 101011 1001011

Color Harmonies of #DBD5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD5A5

Black with #DBD5A5

Text Example


Text Example

White with #DBD5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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