Html Css Color HEX #DCD49F Mint Julep

📋 copy color: '#DCD49F'

red 220 ◦ green 212 ◦ blue 159

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

Shades of Mint Julep #DCD49F

Tints of Mint Julep #DCD49F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.87%

 BLUE value IS 159 (62.5% from 255) = 26.9%

R = 37.23%
G = 35.87%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCD49F (or 0xDCD49F) is known color: Mint Julep. HEX triplet: DC, D4 and 9F. RGB value is (220,212,159). Sum of RGB (Red+Green+Blue) = 220+212+159=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD49F is #232B60. Grayscale: #D0D0D0. Windows color (decimal): -2304865 or 10474716. OLE color: 10474716.

HSL color Cylindrical-coordinate representation of color #DCD49F: hue angle of 52.13º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCD49F is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 159 -
CMYK 0 0.04 0.28 0.14
HSL 52.13º 0.47% 0.74% -
HSV(B) 52.13º 0.28% 0.86% -
XYZ 59.32 64.81 42.18 -
YUV 208.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 220 212 159 0 0.04 0.28 0.14 52.13 0.47 0.74
Hex DC D4 9F 0 4 1C E 34 2F 4A
Octal 334 324 237 0 4 34 16 64 57 112
Binary 11011100 11010100 10011111 0 100 11100 1110 110100 101111 1001010

Color Harmonies of #DCD49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD49F

Black with #DCD49F

Text Example


Text Example

White with #DCD49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD49F; }

 p { color: rgb(220,212,159); }

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

background-color css

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

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

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

border-color css

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

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

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