Html Css Color HEX #DCDD9E Mint Julep

📋 copy color: '#DCDD9E'

red 220 ◦ green 221 ◦ blue 158

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

Shades of Mint Julep #DCDD9E

Tints of Mint Julep #DCDD9E

RGB

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

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

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

R = 36.73%
G = 36.89%
B = 26.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DCDD9E (or 0xDCDD9E) is known color: Mint Julep. HEX triplet: DC, DD and 9E. RGB value is (220,221,158). Sum of RGB (Red+Green+Blue) = 220+221+158=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD9E is #232261. Grayscale: #D5D5D5. Windows color (decimal): -2302562 or 10411484. OLE color: 10411484.

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

Color convert

RGB 220 221 158 -
CMYK 0.00 0 0.29 0.13
HSL 60.95º 0.48% 0.74% -
HSV(B) 60.95º 0.29% 0.87% -
XYZ 61.54 69.4 42.5 -
YUV 213.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 220 221 158 0.00 0 0.29 0.13 60.95 0.48 0.74
Hex DC DD 9E 0 0 1D D 3D 30 4A
Octal 334 335 236 0 0 35 15 75 60 112
Binary 11011100 11011101 10011110 0 0 11101 1101 111101 110000 1001010

Color Harmonies of #DCDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD9E

Black with #DCDD9E

Text Example


Text Example

White with #DCDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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