#DCD89A

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

Shades of Mint Julep #DCD89A

Tints of Mint Julep #DCD89A

Color information

#DCD89A (or 0xDCD89A) is unknown color: approx Mint Julep. HEX triplet: DC, D8 and 9A. RGB value is (220,216,154). Sum of RGB (Red+Green+Blue) = 220+216+154=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD89A is #232765. Grayscale: #D2D2D2. Windows color (decimal): -2303846 or 10148060. OLE color: 10148060.

HSL color Cylindrical-coordinate representation of color #DCD89A: hue angle of 56.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD89A is Cyan = 0, Magento = 0.02, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB220216154-
CMYK00.020.30.14
HSL56.36º48.53%73.33%-
HSV(B)56.36º30%86.27%-
XYZ59.966.6640.28-
YUV210.1396.33135.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 154 (60.55% from 255) = 26.10%
R=37.29%
G=36.61%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021615400.020.30.1456.3648.5373.33
HexDCD89A021EE383149
Octal3343302320236167061111
Binary1101110011011000100110100101111011101110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD89A; }

 p { color: rgb(220,216,154); }

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

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

 a { background-color: rgb(220,216,154); }

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

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

 span { border-color: rgb(220,216,154); }

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