Html Css Color HEX #DADBA1 Mint Julep

📋 copy color: '#DADBA1'

red 218 ◦ green 219 ◦ blue 161

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

Shades of Mint Julep #DADBA1

Tints of Mint Julep #DADBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.92%

R = 36.45%
G = 36.62%
B = 26.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DADBA1 (or 0xDADBA1) is known color: Mint Julep. HEX triplet: DA, DB and A1. RGB value is (218,219,161). Sum of RGB (Red+Green+Blue) = 218+219+161=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBA1 is #25245E. Grayscale: #D4D4D4. Windows color (decimal): -2434143 or 10607578. OLE color: 10607578.

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

Color convert

RGB 218 219 161 -
CMYK 0.00 0 0.26 0.14
HSL 61.03º 0.45% 0.75% -
HSV(B) 61.03º 0.26% 0.86% -
XYZ 60.68 68.14 43.67 -
YUV 212.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 218 219 161 0.00 0 0.26 0.14 61.03 0.45 0.75
Hex DA DB A1 0 0 1A E 3D 2D 4B
Octal 332 333 241 0 0 32 16 75 55 113
Binary 11011010 11011011 10100001 0 0 11010 1110 111101 101101 1001011

Color Harmonies of #DADBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBA1

Black with #DADBA1

Text Example


Text Example

White with #DADBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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