#DAD99B

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

Shades of Mint Julep #DAD99B

Tints of Mint Julep #DAD99B

Color information

#DAD99B (or 0xDAD99B) is unknown color: approx Mint Julep. HEX triplet: DA, D9 and 9B. RGB value is (218,217,155). Sum of RGB (Red+Green+Blue) = 218+217+155=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD99B is #252664. Grayscale: #D2D2D2. Windows color (decimal): -2434661 or 10213850. OLE color: 10213850.

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

Color convert

RGB218217155-
CMYK00.000.290.15
HSL59.05º45.99%73.14%-
HSV(B)59.05º28.9%85.49%-
XYZ59.6466.940.78-
YUV210.2396.83133.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=36.95%
G=36.78%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821715500.000.290.1559.0545.9973.14
HexDAD99B001DF3b2e49
Octal3323312330035177356111
Binary110110101101100110011011001110111111110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD99B; }

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

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

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

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

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

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

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

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