Html Css Color HEX #DCD4A0 Mint Julep

📋 copy color: '#DCD4A0'

red 220 ◦ green 212 ◦ blue 160

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

Shades of Mint Julep #DCD4A0

Tints of Mint Julep #DCD4A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.03%

R = 37.16%
G = 35.81%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCD4A0 (or 0xDCD4A0) is known color: Mint Julep. HEX triplet: DC, D4 and A0. RGB value is (220,212,160). Sum of RGB (Red+Green+Blue) = 220+212+160=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4A0 is #232B5F. Grayscale: #D0D0D0. Windows color (decimal): -2304864 or 10540252. OLE color: 10540252.

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

Color convert

RGB 220 212 160 -
CMYK 0 0.04 0.27 0.14
HSL 52º 0.46% 0.75% -
HSV(B) 52º 0.27% 0.86% -
XYZ 59.4 64.84 42.64 -
YUV 208.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 220 212 160 0 0.04 0.27 0.14 52 0.46 0.75
Hex DC D4 A0 0 4 1B E 34 2E 4B
Octal 334 324 240 0 4 33 16 64 56 113
Binary 11011100 11010100 10100000 0 100 11011 1110 110100 101110 1001011

Color Harmonies of #DCD4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD4A0

Black with #DCD4A0

Text Example


Text Example

White with #DCD4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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