Html Css Color HEX #DADCA3 Mint Julep

📋 copy color: '#DADCA3'

red 218 ◦ green 220 ◦ blue 163

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

Shades of Mint Julep #DADCA3

Tints of Mint Julep #DADCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.12%

R = 36.27%
G = 36.61%
B = 27.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DADCA3 (or 0xDADCA3) is known color: Mint Julep. HEX triplet: DA, DC and A3. RGB value is (218,220,163). Sum of RGB (Red+Green+Blue) = 218+220+163=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA3 is #25235C. Grayscale: #D5D5D5. Windows color (decimal): -2433885 or 10738906. OLE color: 10738906.

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

Color convert

RGB 218 220 163 -
CMYK 0.01 0 0.26 0.14
HSL 62.11º 0.45% 0.75% -
HSV(B) 62.11º 0.26% 0.86% -
XYZ 61.12 68.74 44.7 -
YUV 212.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 218 220 163 0.01 0 0.26 0.14 62.11 0.45 0.75
Hex DA DC A3 1 0 1A E 3E 2D 4B
Octal 332 334 243 1 0 32 16 76 55 113
Binary 11011010 11011100 10100011 1 0 11010 1110 111110 101101 1001011

Color Harmonies of #DADCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCA3

Black with #DADCA3

Text Example


Text Example

White with #DADCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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