Html Css Color HEX #DCD4A7 Mint Julep

📋 copy color: '#DCD4A7'

red 220 ◦ green 212 ◦ blue 167

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

Shades of Mint Julep #DCD4A7

Tints of Mint Julep #DCD4A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.88%

R = 36.73%
G = 35.39%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCD4A7 (or 0xDCD4A7) is known color: Mint Julep. HEX triplet: DC, D4 and A7. RGB value is (220,212,167). Sum of RGB (Red+Green+Blue) = 220+212+167=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 167 (65.62% from 255 or 27.88% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4A7 is #232B58. Grayscale: #D1D1D1. Windows color (decimal): -2304857 or 10999004. OLE color: 10999004.

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

Color convert

RGB 220 212 167 -
CMYK 0 0.04 0.24 0.14
HSL 50.94º 0.43% 0.76% -
HSV(B) 50.94º 0.24% 0.86% -
XYZ 60.03 65.09 45.96 -
YUV 209.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 220 212 167 0 0.04 0.24 0.14 50.94 0.43 0.76
Hex DC D4 A7 0 4 18 E 33 2B 4C
Octal 334 324 247 0 4 30 16 63 53 114
Binary 11011100 11010100 10100111 0 100 11000 1110 110011 101011 1001100

Color Harmonies of #DCD4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD4A7

Black with #DCD4A7

Text Example


Text Example

White with #DCD4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD4A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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