#DCDBAA

Color #DCDBAA Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #DCDBAA

Tints of Mint Julep #DCDBAA

Color information

#DCDBAA (or 0xDCDBAA) is unknown color: approx Mint Julep. HEX triplet: DC, DB and AA. RGB value is (220,219,170). Sum of RGB (Red+Green+Blue) = 220+219+170=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBAA is #232455. Grayscale: #D5D5D5. Windows color (decimal): -2303062 or 11197404. OLE color: 11197404.

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

Color convert

RGB220219170-
CMYK00.000.230.14
HSL58.8º41.67%76.47%-
HSV(B)58.8º22.73%86.27%-
XYZ62.168.7848.03-
YUV213.71103.33132.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=36.12%
G=35.96%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021917000.000.230.1458.841.6776.47
HexDCDBAA0017E3b2a4c
Octal3343332520027167352114
Binary110111001101101110101010001011111101110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBAA; }

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

 H1.HeaderClassName
 {
   color: #DCDBAA;
 }
 .AnyTagClassName
 {
   color: #DCDBAA;
 }
</style>
background-color css

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

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

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

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

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

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