Html Css Color HEX #DDD59F Mint Julep

📋 copy color: '#DDD59F'

red 221 ◦ green 213 ◦ blue 159

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

Shades of Mint Julep #DDD59F

Tints of Mint Julep #DDD59F

RGB

 RED value IS 221 (86.72% from 255) = 37.27%

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

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

R = 37.27%
G = 35.92%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDD59F (or 0xDDD59F) is known color: Mint Julep. HEX triplet: DD, D5 and 9F. RGB value is (221,213,159). Sum of RGB (Red+Green+Blue) = 221+213+159=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59F is #222A60. Grayscale: #D1D1D1. Windows color (decimal): -2239073 or 10474973. OLE color: 10474973.

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

Color convert

RGB 221 213 159 -
CMYK 0 0.04 0.28 0.13
HSL 52.26º 0.48% 0.75% -
HSV(B) 52.26º 0.28% 0.87% -
XYZ 59.87 65.46 42.28 -
YUV 209.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 221 213 159 0 0.04 0.28 0.13 52.26 0.48 0.75
Hex DD D5 9F 0 4 1C D 34 30 4B
Octal 335 325 237 0 4 34 15 64 60 113
Binary 11011101 11010101 10011111 0 100 11100 1101 110100 110000 1001011

Color Harmonies of #DDD59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD59F

Black with #DDD59F

Text Example


Text Example

White with #DDD59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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