Html Css Color HEX #DADCA5 Mint Julep

📋 copy color: '#DADCA5'

red 218 ◦ green 220 ◦ blue 165

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

Shades of Mint Julep #DADCA5

Tints of Mint Julep #DADCA5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.48%

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

R = 36.15%
G = 36.48%
B = 27.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DADCA5 (or 0xDADCA5) is known color: Mint Julep. HEX triplet: DA, DC and A5. RGB value is (218,220,165). Sum of RGB (Red+Green+Blue) = 218+220+165=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA5 is #25235A. Grayscale: #D5D5D5. Windows color (decimal): -2433883 or 10869978. OLE color: 10869978.

HSL color Cylindrical-coordinate representation of color #DADCA5: hue angle of 62.18º degrees, saturation: 0.44, 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 #DADCA5 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 165 -
CMYK 0.01 0 0.25 0.14
HSL 62.18º 0.44% 0.75% -
HSV(B) 62.18º 0.25% 0.86% -
XYZ 61.3 68.81 45.65 -
YUV 213.13 100.84 131.47 -
System Red Green Blue C M Y K H S L
Decimal 218 220 165 0.01 0 0.25 0.14 62.18 0.44 0.75
Hex DA DC A5 1 0 19 E 3E 2C 4B
Octal 332 334 245 1 0 31 16 76 54 113
Binary 11011010 11011100 10100101 1 0 11001 1110 111110 101100 1001011

Color Harmonies of #DADCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCA5

Black with #DADCA5

Text Example


Text Example

White with #DADCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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