#DAD69B

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

Shades of Mint Julep #DAD69B

Tints of Mint Julep #DAD69B

Color information

#DAD69B (or 0xDAD69B) is unknown color: approx Mint Julep. HEX triplet: DA, D6 and 9B. RGB value is (218,214,155). Sum of RGB (Red+Green+Blue) = 218+214+155=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD69B is #252964. Grayscale: #D0D0D0. Windows color (decimal): -2435429 or 10213082. OLE color: 10213082.

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

Color convert

RGB218214155-
CMYK00.020.290.15
HSL56.19º45.99%73.14%-
HSV(B)56.19º28.9%85.49%-
XYZ58.8865.3740.52-
YUV208.4797.83134.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=37.14%
G=36.46%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821415500.020.290.1556.1945.9973.14
HexDAD69B021DF382e49
Octal3323262330235177056111
Binary1101101011010110100110110101110111111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD69B; }

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

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

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

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

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

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

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

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