Html Css Color HEX #DBDCA2 Mint Julep

📋 copy color: '#DBDCA2'

red 219 ◦ green 220 ◦ blue 162

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

Shades of Mint Julep #DBDCA2

Tints of Mint Julep #DBDCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.96%

R = 36.44%
G = 36.61%
B = 26.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBDCA2 (or 0xDBDCA2) is known color: Mint Julep. HEX triplet: DB, DC and A2. RGB value is (219,220,162). Sum of RGB (Red+Green+Blue) = 219+220+162=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCA2 is #24235D. Grayscale: #D5D5D5. Windows color (decimal): -2368350 or 10673371. OLE color: 10673371.

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

Color convert

RGB 219 220 162 -
CMYK 0.00 0 0.26 0.14
HSL 61.03º 0.45% 0.75% -
HSV(B) 61.03º 0.26% 0.86% -
XYZ 61.33 68.86 44.24 -
YUV 213.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 219 220 162 0.00 0 0.26 0.14 61.03 0.45 0.75
Hex DB DC A2 0 0 1A E 3D 2D 4B
Octal 333 334 242 0 0 32 16 75 55 113
Binary 11011011 11011100 10100010 0 0 11010 1110 111101 101101 1001011

Color Harmonies of #DBDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCA2

Black with #DBDCA2

Text Example


Text Example

White with #DBDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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