Html Css Color HEX #DDD99B Mint Julep

📋 copy color: '#DDD99B'

red 221 ◦ green 217 ◦ blue 155

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

Shades of Mint Julep #DDD99B

Tints of Mint Julep #DDD99B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.59%

 BLUE value IS 155 (60.94% from 255) = 26.14%

R = 37.27%
G = 36.59%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDD99B (or 0xDDD99B) is known color: Mint Julep. HEX triplet: DD, D9 and 9B. RGB value is (221,217,155). Sum of RGB (Red+Green+Blue) = 221+217+155=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD99B is #222664. Grayscale: #D3D3D3. Windows color (decimal): -2238053 or 10213853. OLE color: 10213853.

HSL color Cylindrical-coordinate representation of color #DDD99B: hue angle of 56.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDD99B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 155 -
CMYK 0 0.02 0.30 0.13
HSL 56.36º 0.49% 0.74% -
HSV(B) 56.36º 0.3% 0.87% -
XYZ 60.55 67.36 40.82 -
YUV 211.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 221 217 155 0 0.02 0.30 0.13 56.36 0.49 0.74
Hex DD D9 9B 0 2 1E D 38 31 4A
Octal 335 331 233 0 2 36 15 70 61 112
Binary 11011101 11011001 10011011 0 10 11110 1101 111000 110001 1001010

Color Harmonies of #DDD99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD99B

Black with #DDD99B

Text Example


Text Example

White with #DDD99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD99B; }

 p { color: rgb(221,217,155); }

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

background-color css

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

 a { background-color: rgb(221,217,155); }

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

border-color css

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

 span { border-color: rgb(221,217,155); }

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