Html Css Color HEX #DCDAAF Mint Julep

📋 copy color: '#DCDAAF'

red 220 ◦ green 218 ◦ blue 175

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

Shades of Mint Julep #DCDAAF

Tints of Mint Julep #DCDAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 35.89%
G = 35.56%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCDAAF (or 0xDCDAAF) is known color: Mint Julep. HEX triplet: DC, DA and AF. RGB value is (220,218,175). Sum of RGB (Red+Green+Blue) = 220+218+175=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAF is #232550. Grayscale: #D5D5D5. Windows color (decimal): -2303313 or 11524828. OLE color: 11524828.

HSL color Cylindrical-coordinate representation of color #DCDAAF: hue angle of 57.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCDAAF is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 175 -
CMYK 0 0.01 0.20 0.14
HSL 57.33º 0.39% 0.77% -
HSV(B) 57.33º 0.2% 0.86% -
XYZ 62.32 68.45 50.49 -
YUV 213.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 220 218 175 0 0.01 0.20 0.14 57.33 0.39 0.77
Hex DC DA AF 0 1 14 E 39 27 4D
Octal 334 332 257 0 1 24 16 71 47 115
Binary 11011100 11011010 10101111 0 1 10100 1110 111001 100111 1001101

Color Harmonies of #DCDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAAF

Black with #DCDAAF

Text Example


Text Example

White with #DCDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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