Html Css Color HEX #DCD59F Mint Julep

📋 copy color: '#DCD59F'

red 220 ◦ green 213 ◦ blue 159

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

Shades of Mint Julep #DCD59F

Tints of Mint Julep #DCD59F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

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

R = 37.16%
G = 35.98%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCD59F (or 0xDCD59F) is known color: Mint Julep. HEX triplet: DC, D5 and 9F. RGB value is (220,213,159). Sum of RGB (Red+Green+Blue) = 220+213+159=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD59F is #232A60. Grayscale: #D1D1D1. Windows color (decimal): -2304609 or 10474972. OLE color: 10474972.

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

Color convert

RGB 220 213 159 -
CMYK 0 0.03 0.28 0.14
HSL 53.11º 0.47% 0.74% -
HSV(B) 53.11º 0.28% 0.86% -
XYZ 59.57 65.31 42.27 -
YUV 208.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 220 213 159 0 0.03 0.28 0.14 53.11 0.47 0.74
Hex DC D5 9F 0 3 1C E 35 2F 4A
Octal 334 325 237 0 3 34 16 65 57 112
Binary 11011100 11010101 10011111 0 11 11100 1110 110101 101111 1001010

Color Harmonies of #DCD59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD59F

Black with #DCD59F

Text Example


Text Example

White with #DCD59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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