Html Css Color HEX #DBDCA4 Mint Julep

📋 copy color: '#DBDCA4'

red 219 ◦ green 220 ◦ blue 164

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

Shades of Mint Julep #DBDCA4

Tints of Mint Julep #DBDCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.2%

R = 36.32%
G = 36.48%
B = 27.2%

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

#DBDCA4 (or 0xDBDCA4) is known color: Mint Julep. HEX triplet: DB, DC and A4. RGB value is (219,220,164). Sum of RGB (Red+Green+Blue) = 219+220+164=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCA4 is #24235B. Grayscale: #D5D5D5. Windows color (decimal): -2368348 or 10804443. OLE color: 10804443.

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

Color convert

RGB 219 220 164 -
CMYK 0.00 0 0.25 0.14
HSL 61.07º 0.44% 0.75% -
HSV(B) 61.07º 0.25% 0.86% -
XYZ 61.51 68.93 45.18 -
YUV 213.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 219 220 164 0.00 0 0.25 0.14 61.07 0.44 0.75
Hex DB DC A4 0 0 19 E 3D 2C 4B
Octal 333 334 244 0 0 31 16 75 54 113
Binary 11011011 11011100 10100100 0 0 11001 1110 111101 101100 1001011

Color Harmonies of #DBDCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCA4

Black with #DBDCA4

Text Example


Text Example

White with #DBDCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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