Html Css Color HEX #DCD8A2 Mint Julep

📋 copy color: '#DCD8A2'

red 220 ◦ green 216 ◦ blue 162

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

Shades of Mint Julep #DCD8A2

Tints of Mint Julep #DCD8A2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.12%

 BLUE value IS 162 (63.67% from 255) = 27.09%

R = 36.79%
G = 36.12%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCD8A2 (or 0xDCD8A2) is known color: Mint Julep. HEX triplet: DC, D8 and A2. RGB value is (220,216,162). Sum of RGB (Red+Green+Blue) = 220+216+162=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD8A2 is #23275D. Grayscale: #D3D3D3. Windows color (decimal): -2303838 or 10672348. OLE color: 10672348.

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

Color convert

RGB 220 216 162 -
CMYK 0 0.02 0.26 0.14
HSL 55.86º 0.45% 0.75% -
HSV(B) 55.86º 0.26% 0.86% -
XYZ 60.59 66.94 43.91 -
YUV 211.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 220 216 162 0 0.02 0.26 0.14 55.86 0.45 0.75
Hex DC D8 A2 0 2 1A E 38 2D 4B
Octal 334 330 242 0 2 32 16 70 55 113
Binary 11011100 11011000 10100010 0 10 11010 1110 111000 101101 1001011

Color Harmonies of #DCD8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8A2

Black with #DCD8A2

Text Example


Text Example

White with #DCD8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8A2; }

 p { color: rgb(220,216,162); }

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

background-color css

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

 a { background-color: rgb(220,216,162); }

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

border-color css

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

 span { border-color: rgb(220,216,162); }

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