#DDDCAB

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

Shades of Mint Julep #DDDCAB

Tints of Mint Julep #DDDCAB

Color information

#DDDCAB (or 0xDDDCAB) is unknown color: approx Mint Julep. HEX triplet: DD, DC and AB. RGB value is (221,220,171). Sum of RGB (Red+Green+Blue) = 221+220+171=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAB is #222354. Grayscale: #D6D6D6. Windows color (decimal): -2237269 or 11263197. OLE color: 11263197.

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

Color convert

RGB221220171-
CMYK00.000.230.13
HSL58.8º42.37%76.86%-
HSV(B)58.8º22.62%86.67%-
XYZ62.7669.548.63-
YUV214.71103.33132.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=36.11%
G=35.95%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122017100.000.230.1358.842.3776.86
HexDDDCAB0017D3b2a4d
Octal3353342530027157352115
Binary110111011101110010101011001011111011110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCAB; }

 p { color: rgb(221,220,171); }

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

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

 a { background-color: rgb(221,220,171); }

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

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

 span { border-color: rgb(221,220,171); }

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