#DAD99D

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

Shades of Mint Julep #DAD99D

Tints of Mint Julep #DAD99D

Color information

#DAD99D (or 0xDAD99D) is unknown color: approx Mint Julep. HEX triplet: DA, D9 and 9D. RGB value is (218,217,157). Sum of RGB (Red+Green+Blue) = 218+217+157=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD99D is #252662. Grayscale: #D2D2D2. Windows color (decimal): -2434659 or 10344922. OLE color: 10344922.

HSL color Cylindrical-coordinate representation of color #DAD99D: hue angle of 59.02º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAD99D is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218217157-
CMYK00.000.280.15
HSL59.02º45.19%73.53%-
HSV(B)59.02º27.98%85.49%-
XYZ59.8166.9741.67-
YUV210.4697.83133.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 157 (61.72% from 255) = 26.52%
R=36.82%
G=36.66%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821715700.000.280.1559.0245.1973.53
HexDAD99D001CF3b2d4a
Octal3323312350034177355112
Binary110110101101100110011101001110011111110111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD99D; }

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

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

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

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

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

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

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

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