#DAD69F

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

Shades of Mint Julep #DAD69F

Tints of Mint Julep #DAD69F

Color information

#DAD69F (or 0xDAD69F) is unknown color: approx Mint Julep. HEX triplet: DA, D6 and 9F. RGB value is (218,214,159). Sum of RGB (Red+Green+Blue) = 218+214+159=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD69F is #252960. Grayscale: #D1D1D1. Windows color (decimal): -2435425 or 10475226. OLE color: 10475226.

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

Color convert

RGB218214159-
CMYK00.020.270.15
HSL55.93º44.36%73.92%-
HSV(B)55.93º27.06%85.49%-
XYZ59.2265.542.32-
YUV208.9399.83134.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=36.89%
G=36.21%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821415900.020.270.1555.9344.3673.92
HexDAD69F021BF382c4a
Octal3323262370233177054112
Binary1101101011010110100111110101101111111110001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD69F; }

 p { color: rgb(218,214,159); }

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

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

 a { background-color: rgb(218,214,159); }

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

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

 span { border-color: rgb(218,214,159); }

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