Html Css Color HEX #DBDCA5 Mint Julep

📋 copy color: '#DBDCA5'

red 219 ◦ green 220 ◦ blue 165

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

Shades of Mint Julep #DBDCA5

Tints of Mint Julep #DBDCA5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 36.26%
G = 36.42%
B = 27.32%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBDCA5 (or 0xDBDCA5) is known color: Mint Julep. HEX triplet: DB, DC and A5. RGB value is (219,220,165). Sum of RGB (Red+Green+Blue) = 219+220+165=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCA5 is #24235A. Grayscale: #D5D5D5. Windows color (decimal): -2368347 or 10869979. OLE color: 10869979.

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

Color convert

RGB 219 220 165 -
CMYK 0.00 0 0.25 0.14
HSL 61.09º 0.44% 0.75% -
HSV(B) 61.09º 0.25% 0.86% -
XYZ 61.6 68.96 45.66 -
YUV 213.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 219 220 165 0.00 0 0.25 0.14 61.09 0.44 0.75
Hex DB DC A5 0 0 19 E 3D 2C 4B
Octal 333 334 245 0 0 31 16 75 54 113
Binary 11011011 11011100 10100101 0 0 11001 1110 111101 101100 1001011

Color Harmonies of #DBDCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCA5

Black with #DBDCA5

Text Example


Text Example

White with #DBDCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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