Html Css Color HEX #DADBA0 Mint Julep

📋 copy color: '#DADBA0'

red 218 ◦ green 219 ◦ blue 160

#DADBA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DADBA0

Tints of Mint Julep #DADBA0

RGB

 RED value IS 218 (85.55% from 255) = 36.52%

 GREEN value IS 219 (85.94% from 255) = 36.68%

 BLUE value IS 160 (62.89% from 255) = 26.8%

R = 36.52%
G = 36.68%
B = 26.8%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DADBA0 (or 0xDADBA0) is known color: Mint Julep. HEX triplet: DA, DB and A0. RGB value is (218,219,160). Sum of RGB (Red+Green+Blue) = 218+219+160=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBA0 is #25245F. Grayscale: #D4D4D4. Windows color (decimal): -2434144 or 10542042. OLE color: 10542042.

HSL color Cylindrical-coordinate representation of color #DADBA0: hue angle of 61.02º 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 #DADBA0 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 160 -
CMYK 0.00 0 0.27 0.14
HSL 61.02º 0.45% 0.74% -
HSV(B) 61.02º 0.27% 0.86% -
XYZ 60.59 68.11 43.21 -
YUV 211.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 218 219 160 0.00 0 0.27 0.14 61.02 0.45 0.74
Hex DA DB A0 0 0 1B E 3D 2D 4A
Octal 332 333 240 0 0 33 16 75 55 112
Binary 11011010 11011011 10100000 0 0 11011 1110 111101 101101 1001010

Color Harmonies of #DADBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBA0

Black with #DADBA0

Text Example


Text Example

White with #DADBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBA0; }

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

 H1.HeaderClassName
 {
   color: #DADBA0;
 }
 .AnyTagClassName
 {
   color: #DADBA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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