Html Css Color HEX #DADBA5 Mint Julep

📋 copy color: '#DADBA5'

red 218 ◦ green 219 ◦ blue 165

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

Shades of Mint Julep #DADBA5

Tints of Mint Julep #DADBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.41%

R = 36.21%
G = 36.38%
B = 27.41%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DADBA5 (or 0xDADBA5) is known color: Mint Julep. HEX triplet: DA, DB and A5. RGB value is (218,219,165). Sum of RGB (Red+Green+Blue) = 218+219+165=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADBA5 is #25245A. Grayscale: #D4D4D4. Windows color (decimal): -2434139 or 10869722. OLE color: 10869722.

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

Color convert

RGB 218 219 165 -
CMYK 0.00 0 0.25 0.14
HSL 61.11º 0.43% 0.75% -
HSV(B) 61.11º 0.25% 0.86% -
XYZ 61.04 68.29 45.56 -
YUV 212.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 218 219 165 0.00 0 0.25 0.14 61.11 0.43 0.75
Hex DA DB A5 0 0 19 E 3D 2B 4B
Octal 332 333 245 0 0 31 16 75 53 113
Binary 11011010 11011011 10100101 0 0 11001 1110 111101 101011 1001011

Color Harmonies of #DADBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBA5

Black with #DADBA5

Text Example


Text Example

White with #DADBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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