#DADB9F

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

Shades of Mint Julep #DADB9F

Tints of Mint Julep #DADB9F

Color information

#DADB9F (or 0xDADB9F) is unknown color: approx Mint Julep. HEX triplet: DA, DB and 9F. RGB value is (218,219,159). Sum of RGB (Red+Green+Blue) = 218+219+159=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB9F is #252460. Grayscale: #D4D4D4. Windows color (decimal): -2434145 or 10476506. OLE color: 10476506.

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

Color convert

RGB218219159-
CMYK0.0000.270.14
HSL61º45.45%74.12%-
HSV(B)61º27.4%85.88%-
XYZ60.568.0742.75-
YUV211.8698.17132.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=36.58%
G=36.74%
B=26.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191590.0000.270.146145.4574.12
HexDADB9F001BE3d2d4a
Octal3323332370033167555112
Binary110110101101101110011111001101111101111011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB9F; }

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

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

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

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

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

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

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

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