Html Css Color HEX #DCDA9F Mint Julep

📋 copy color: '#DCDA9F'

red 220 ◦ green 218 ◦ blue 159

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

Shades of Mint Julep #DCDA9F

Tints of Mint Julep #DCDA9F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

 BLUE value IS 159 (62.5% from 255) = 26.63%

R = 36.85%
G = 36.52%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCDA9F (or 0xDCDA9F) is known color: Mint Julep. HEX triplet: DC, DA and 9F. RGB value is (220,218,159). Sum of RGB (Red+Green+Blue) = 220+218+159=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA9F is #232560. Grayscale: #D4D4D4. Windows color (decimal): -2303329 or 10476252. OLE color: 10476252.

HSL color Cylindrical-coordinate representation of color #DCDA9F: hue angle of 58.03º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCDA9F is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 159 -
CMYK 0 0.01 0.28 0.14
HSL 58.03º 0.47% 0.74% -
HSV(B) 58.03º 0.28% 0.86% -
XYZ 60.84 67.86 42.69 -
YUV 211.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 220 218 159 0 0.01 0.28 0.14 58.03 0.47 0.74
Hex DC DA 9F 0 1 1C E 3A 2F 4A
Octal 334 332 237 0 1 34 16 72 57 112
Binary 11011100 11011010 10011111 0 1 11100 1110 111010 101111 1001010

Color Harmonies of #DCDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA9F

Black with #DCDA9F

Text Example


Text Example

White with #DCDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA9F; }

 p { color: rgb(220,218,159); }

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

background-color css

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

 a { background-color: rgb(220,218,159); }

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

border-color css

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

 span { border-color: rgb(220,218,159); }

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