#DAD59D

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

Shades of Mint Julep #DAD59D

Tints of Mint Julep #DAD59D

Color information

#DAD59D (or 0xDAD59D) is unknown color: approx Mint Julep. HEX triplet: DA, D5 and 9D. RGB value is (218,213,157). Sum of RGB (Red+Green+Blue) = 218+213+157=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD59D is #252A62. Grayscale: #D0D0D0. Windows color (decimal): -2435683 or 10343898. OLE color: 10343898.

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

Color convert

RGB218213157-
CMYK00.020.280.15
HSL55.08º45.19%73.53%-
HSV(B)55.08º27.98%85.49%-
XYZ58.7964.9341.33-
YUV208.1199.16135.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 157 (61.72% from 255) = 26.70%
R=37.07%
G=36.22%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821315700.020.280.1555.0845.1973.53
HexDAD59D021CF372d4a
Octal3323252350234176755112
Binary1101101011010101100111010101110011111101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD59D; }

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

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

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

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

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

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

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

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