Html Css Color HEX #DCDDA2 Mint Julep

📋 copy color: '#DCDDA2'

red 220 ◦ green 221 ◦ blue 162

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

Shades of Mint Julep #DCDDA2

Tints of Mint Julep #DCDDA2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.65%

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

R = 36.48%
G = 36.65%
B = 26.87%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DCDDA2 (or 0xDCDDA2) is known color: Mint Julep. HEX triplet: DC, DD and A2. RGB value is (220,221,162). Sum of RGB (Red+Green+Blue) = 220+221+162=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDA2 is #23225D. Grayscale: #D6D6D6. Windows color (decimal): -2302558 or 10673628. OLE color: 10673628.

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

Color convert

RGB 220 221 162 -
CMYK 0.00 0 0.27 0.13
HSL 61.02º 0.46% 0.75% -
HSV(B) 61.02º 0.27% 0.87% -
XYZ 61.89 69.54 44.34 -
YUV 213.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 220 221 162 0.00 0 0.27 0.13 61.02 0.46 0.75
Hex DC DD A2 0 0 1B D 3D 2E 4B
Octal 334 335 242 0 0 33 15 75 56 113
Binary 11011100 11011101 10100010 0 0 11011 1101 111101 101110 1001011

Color Harmonies of #DCDDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDA2

Black with #DCDDA2

Text Example


Text Example

White with #DCDDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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