Html Css Color HEX #DCD49E Mint Julep

📋 copy color: '#DCD49E'

red 220 ◦ green 212 ◦ blue 158

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

Shades of Mint Julep #DCD49E

Tints of Mint Julep #DCD49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.78%

R = 37.29%
G = 35.93%
B = 26.78%

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

#DCD49E (or 0xDCD49E) is known color: Mint Julep. HEX triplet: DC, D4 and 9E. RGB value is (220,212,158). Sum of RGB (Red+Green+Blue) = 220+212+158=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD49E is #232B61. Grayscale: #D0D0D0. Windows color (decimal): -2304866 or 10409180. OLE color: 10409180.

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

Color convert

RGB 220 212 158 -
CMYK 0 0.04 0.28 0.14
HSL 52.26º 0.47% 0.74% -
HSV(B) 52.26º 0.28% 0.86% -
XYZ 59.23 64.77 41.73 -
YUV 208.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 220 212 158 0 0.04 0.28 0.14 52.26 0.47 0.74
Hex DC D4 9E 0 4 1C E 34 2F 4A
Octal 334 324 236 0 4 34 16 64 57 112
Binary 11011100 11010100 10011110 0 100 11100 1110 110100 101111 1001010

Color Harmonies of #DCD49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD49E

Black with #DCD49E

Text Example


Text Example

White with #DCD49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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