Html Css Color HEX #DADBA7 Mint Julep

📋 copy color: '#DADBA7'

red 218 ◦ green 219 ◦ blue 167

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

Shades of Mint Julep #DADBA7

Tints of Mint Julep #DADBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.65%

R = 36.09%
G = 36.26%
B = 27.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DADBA7 (or 0xDADBA7) is known color: Mint Julep. HEX triplet: DA, DB and A7. RGB value is (218,219,167). Sum of RGB (Red+Green+Blue) = 218+219+167=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBA7 is #252458. Grayscale: #D4D4D4. Windows color (decimal): -2434137 or 11000794. OLE color: 11000794.

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

Color convert

RGB 218 219 167 -
CMYK 0.00 0 0.24 0.14
HSL 61.15º 0.42% 0.76% -
HSV(B) 61.15º 0.24% 0.86% -
XYZ 61.22 68.36 46.53 -
YUV 212.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 218 219 167 0.00 0 0.24 0.14 61.15 0.42 0.76
Hex DA DB A7 0 0 18 E 3D 2A 4C
Octal 332 333 247 0 0 30 16 75 52 114
Binary 11011010 11011011 10100111 0 0 11000 1110 111101 101010 1001100

Color Harmonies of #DADBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBA7

Black with #DADBA7

Text Example


Text Example

White with #DADBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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