Html Css Color HEX #DCDCAA Mint Julep

📋 copy color: '#DCDCAA'

red 220 ◦ green 220 ◦ blue 170

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

Shades of Mint Julep #DCDCAA

Tints of Mint Julep #DCDCAA

RGB

 RED value IS 220 (86.33% from 255) = 36.07%

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

 BLUE value IS 170 (66.8% from 255) = 27.87%

R = 36.07%
G = 36.07%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCDCAA (or 0xDCDCAA) is known color: Mint Julep. HEX triplet: DC, DC and AA. RGB value is (220,220,170). Sum of RGB (Red+Green+Blue) = 220+220+170=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCAA is #232355. Grayscale: #D6D6D6. Windows color (decimal): -2302806 or 11197660. OLE color: 11197660.

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

Color convert

RGB 220 220 170 -
CMYK 0 0 0.23 0.14
HSL 60º 0.42% 0.76% -
HSV(B) 60º 0.23% 0.86% -
XYZ 62.36 69.3 48.12 -
YUV 214.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 220 220 170 0 0 0.23 0.14 60 0.42 0.76
Hex DC DC AA 0 0 17 E 3C 2A 4C
Octal 334 334 252 0 0 27 16 74 52 114
Binary 11011100 11011100 10101010 0 0 10111 1110 111100 101010 1001100

Color Harmonies of #DCDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDCAA

Black with #DCDCAA

Text Example


Text Example

White with #DCDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDCAA; }

 p { color: rgb(220,220,170); }

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

background-color css

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

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

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

border-color css

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

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

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