Html Css Color HEX #DDD89D Mint Julep

📋 copy color: '#DDD89D'

red 221 ◦ green 216 ◦ blue 157

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

Shades of Mint Julep #DDD89D

Tints of Mint Julep #DDD89D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.36%

 BLUE value IS 157 (61.72% from 255) = 26.43%

R = 37.21%
G = 36.36%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDD89D (or 0xDDD89D) is known color: Mint Julep. HEX triplet: DD, D8 and 9D. RGB value is (221,216,157). Sum of RGB (Red+Green+Blue) = 221+216+157=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD89D is #222762. Grayscale: #D3D3D3. Windows color (decimal): -2238307 or 10344669. OLE color: 10344669.

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

Color convert

RGB 221 216 157 -
CMYK 0 0.02 0.29 0.13
HSL 55.31º 0.48% 0.74% -
HSV(B) 55.31º 0.29% 0.87% -
XYZ 60.46 66.92 41.63 -
YUV 210.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 221 216 157 0 0.02 0.29 0.13 55.31 0.48 0.74
Hex DD D8 9D 0 2 1D D 37 30 4A
Octal 335 330 235 0 2 35 15 67 60 112
Binary 11011101 11011000 10011101 0 10 11101 1101 110111 110000 1001010

Color Harmonies of #DDD89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD89D

Black with #DDD89D

Text Example


Text Example

White with #DDD89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD89D; }

 p { color: rgb(221,216,157); }

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

background-color css

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

 a { background-color: rgb(221,216,157); }

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

border-color css

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

 span { border-color: rgb(221,216,157); }

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