Html Css Color HEX #DDD59C Mint Julep

📋 copy color: '#DDD59C'

red 221 ◦ green 213 ◦ blue 156

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

Shades of Mint Julep #DDD59C

Tints of Mint Julep #DDD59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.44%

R = 37.46%
G = 36.1%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDD59C (or 0xDDD59C) is known color: Mint Julep. HEX triplet: DD, D5 and 9C. RGB value is (221,213,156). Sum of RGB (Red+Green+Blue) = 221+213+156=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59C is #222A63. Grayscale: #D1D1D1. Windows color (decimal): -2239076 or 10278365. OLE color: 10278365.

HSL color Cylindrical-coordinate representation of color #DDD59C: hue angle of 52.62º degrees, saturation: 0.49, 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 #DDD59C is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 156 -
CMYK 0 0.04 0.29 0.13
HSL 52.62º 0.49% 0.74% -
HSV(B) 52.62º 0.29% 0.87% -
XYZ 59.61 65.36 40.93 -
YUV 208.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 221 213 156 0 0.04 0.29 0.13 52.62 0.49 0.74
Hex DD D5 9C 0 4 1D D 35 31 4A
Octal 335 325 234 0 4 35 15 65 61 112
Binary 11011101 11010101 10011100 0 100 11101 1101 110101 110001 1001010

Color Harmonies of #DDD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD59C

Black with #DDD59C

Text Example


Text Example

White with #DDD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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