Html Css Color HEX #DDDA9B Mint Julep

📋 copy color: '#DDDA9B'

red 221 ◦ green 218 ◦ blue 155

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

Shades of Mint Julep #DDDA9B

Tints of Mint Julep #DDDA9B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.7%

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

R = 37.21%
G = 36.7%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDDA9B (or 0xDDDA9B) is known color: Mint Julep. HEX triplet: DD, DA and 9B. RGB value is (221,218,155). Sum of RGB (Red+Green+Blue) = 221+218+155=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA9B is #222564. Grayscale: #D3D3D3. Windows color (decimal): -2237797 or 10214109. OLE color: 10214109.

HSL color Cylindrical-coordinate representation of color #DDDA9B: hue angle of 57.27º 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 #DDDA9B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 155 -
CMYK 0 0.01 0.30 0.13
HSL 57.27º 0.49% 0.74% -
HSV(B) 57.27º 0.3% 0.87% -
XYZ 60.81 67.88 40.91 -
YUV 211.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 221 218 155 0 0.01 0.30 0.13 57.27 0.49 0.74
Hex DD DA 9B 0 1 1E D 39 31 4A
Octal 335 332 233 0 1 36 15 71 61 112
Binary 11011101 11011010 10011011 0 1 11110 1101 111001 110001 1001010

Color Harmonies of #DDDA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA9B

Black with #DDDA9B

Text Example


Text Example

White with #DDDA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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