Html Css Color HEX #DCDAA8 Mint Julep

📋 copy color: '#DCDAA8'

red 220 ◦ green 218 ◦ blue 168

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

Shades of Mint Julep #DCDAA8

Tints of Mint Julep #DCDAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.72%

R = 36.3%
G = 35.97%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCDAA8 (or 0xDCDAA8) is known color: Mint Julep. HEX triplet: DC, DA and A8. RGB value is (220,218,168). Sum of RGB (Red+Green+Blue) = 220+218+168=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA8 is #232557. Grayscale: #D5D5D5. Windows color (decimal): -2303320 or 11066076. OLE color: 11066076.

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

Color convert

RGB 220 218 168 -
CMYK 0 0.01 0.24 0.14
HSL 57.69º 0.43% 0.76% -
HSV(B) 57.69º 0.24% 0.86% -
XYZ 61.65 68.19 46.96 -
YUV 212.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 220 218 168 0 0.01 0.24 0.14 57.69 0.43 0.76
Hex DC DA A8 0 1 18 E 3A 2B 4C
Octal 334 332 250 0 1 30 16 72 53 114
Binary 11011100 11011010 10101000 0 1 11000 1110 111010 101011 1001100

Color Harmonies of #DCDAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAA8

Black with #DCDAA8

Text Example


Text Example

White with #DCDAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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