Html Css Color HEX #DCDCA9 Mint Julep

📋 copy color: '#DCDCA9'

red 220 ◦ green 220 ◦ blue 169

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

Shades of Mint Julep #DCDCA9

Tints of Mint Julep #DCDCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.75%

R = 36.12%
G = 36.12%
B = 27.75%

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

#DCDCA9 (or 0xDCDCA9) is known color: Mint Julep. HEX triplet: DC, DC and A9. RGB value is (220,220,169). Sum of RGB (Red+Green+Blue) = 220+220+169=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCA9 is #232356. Grayscale: #D6D6D6. Windows color (decimal): -2302807 or 11132124. OLE color: 11132124.

HSL color Cylindrical-coordinate representation of color #DCDCA9: 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 #DCDCA9 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 169 -
CMYK 0 0 0.23 0.14
HSL 60º 0.42% 0.76% -
HSV(B) 60º 0.23% 0.86% -
XYZ 62.27 69.27 47.62 -
YUV 214.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 220 220 169 0 0 0.23 0.14 60 0.42 0.76
Hex DC DC A9 0 0 17 E 3C 2A 4C
Octal 334 334 251 0 0 27 16 74 52 114
Binary 11011100 11011100 10101001 0 0 10111 1110 111100 101010 1001100

Color Harmonies of #DCDCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDCA9

Black with #DCDCA9

Text Example


Text Example

White with #DCDCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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