Html Css Color HEX #DBDCA0 Mint Julep

📋 copy color: '#DBDCA0'

red 219 ◦ green 220 ◦ blue 160

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

Shades of Mint Julep #DBDCA0

Tints of Mint Julep #DBDCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.71%

R = 36.56%
G = 36.73%
B = 26.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBDCA0 (or 0xDBDCA0) is known color: Mint Julep. HEX triplet: DB, DC and A0. RGB value is (219,220,160). Sum of RGB (Red+Green+Blue) = 219+220+160=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCA0 is #24235F. Grayscale: #D5D5D5. Windows color (decimal): -2368352 or 10542299. OLE color: 10542299.

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

Color convert

RGB 219 220 160 -
CMYK 0.00 0 0.27 0.14
HSL 61º 0.46% 0.75% -
HSV(B) 61º 0.27% 0.86% -
XYZ 61.15 68.78 43.31 -
YUV 212.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 219 220 160 0.00 0 0.27 0.14 61 0.46 0.75
Hex DB DC A0 0 0 1B E 3D 2E 4B
Octal 333 334 240 0 0 33 16 75 56 113
Binary 11011011 11011100 10100000 0 0 11011 1110 111101 101110 1001011

Color Harmonies of #DBDCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCA0

Black with #DBDCA0

Text Example


Text Example

White with #DBDCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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