Html Css Color HEX #DDD7A5 Mint Julep

📋 copy color: '#DDD7A5'

red 221 ◦ green 215 ◦ blue 165

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

Shades of Mint Julep #DDD7A5

Tints of Mint Julep #DDD7A5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.77%

 BLUE value IS 165 (64.84% from 255) = 27.45%

R = 36.77%
G = 35.77%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDD7A5 (or 0xDDD7A5) is known color: Mint Julep. HEX triplet: DD, D7 and A5. RGB value is (221,215,165). Sum of RGB (Red+Green+Blue) = 221+215+165=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7A5 is #22285A. Grayscale: #D3D3D3. Windows color (decimal): -2238555 or 10868701. OLE color: 10868701.

HSL color Cylindrical-coordinate representation of color #DDD7A5: hue angle of 53.57º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDD7A5 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 165 -
CMYK 0 0.03 0.25 0.13
HSL 53.57º 0.45% 0.76% -
HSV(B) 53.57º 0.25% 0.87% -
XYZ 60.91 66.69 45.26 -
YUV 211.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 221 215 165 0 0.03 0.25 0.13 53.57 0.45 0.76
Hex DD D7 A5 0 3 19 D 36 2D 4C
Octal 335 327 245 0 3 31 15 66 55 114
Binary 11011101 11010111 10100101 0 11 11001 1101 110110 101101 1001100

Color Harmonies of #DDD7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7A5

Black with #DDD7A5

Text Example


Text Example

White with #DDD7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7A5; }

 p { color: rgb(221,215,165); }

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

background-color css

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

 a { background-color: rgb(221,215,165); }

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

border-color css

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

 span { border-color: rgb(221,215,165); }

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