Html Css Color HEX #DCDAA9 Mint Julep

📋 copy color: '#DCDAA9'

red 220 ◦ green 218 ◦ blue 169

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

Shades of Mint Julep #DCDAA9

Tints of Mint Julep #DCDAA9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.91%

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

R = 36.24%
G = 35.91%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCDAA9 (or 0xDCDAA9) is known color: Mint Julep. HEX triplet: DC, DA and A9. RGB value is (220,218,169). Sum of RGB (Red+Green+Blue) = 220+218+169=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA9 is #232556. Grayscale: #D5D5D5. Windows color (decimal): -2303319 or 11131612. OLE color: 11131612.

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

Color convert

RGB 220 218 169 -
CMYK 0 0.01 0.23 0.14
HSL 57.65º 0.42% 0.76% -
HSV(B) 57.65º 0.23% 0.86% -
XYZ 61.75 68.22 47.45 -
YUV 213.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 220 218 169 0 0.01 0.23 0.14 57.65 0.42 0.76
Hex DC DA A9 0 1 17 E 3A 2A 4C
Octal 334 332 251 0 1 27 16 72 52 114
Binary 11011100 11011010 10101001 0 1 10111 1110 111010 101010 1001100

Color Harmonies of #DCDAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAA9

Black with #DCDAA9

Text Example


Text Example

White with #DCDAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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