#DAD89B

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

Shades of Mint Julep #DAD89B

Tints of Mint Julep #DAD89B

Color information

#DAD89B (or 0xDAD89B) is unknown color: approx Mint Julep. HEX triplet: DA, D8 and 9B. RGB value is (218,216,155). Sum of RGB (Red+Green+Blue) = 218+216+155=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD89B is #252764. Grayscale: #D1D1D1. Windows color (decimal): -2434917 or 10213594. OLE color: 10213594.

HSL color Cylindrical-coordinate representation of color #DAD89B: hue angle of 58.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAD89B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218216155-
CMYK00.010.290.15
HSL58.1º45.99%73.14%-
HSV(B)58.1º28.9%85.49%-
XYZ59.3966.3840.69-
YUV209.6497.16133.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 155 (60.94% from 255) = 26.32%
R=37.01%
G=36.67%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821615500.010.290.1558.145.9973.14
HexDAD89B011DF3a2e49
Octal3323302330135177256111
Binary110110101101100010011011011110111111110101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD89B; }

 p { color: rgb(218,216,155); }

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

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

 a { background-color: rgb(218,216,155); }

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

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

 span { border-color: rgb(218,216,155); }

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