Html Css Color HEX #DDD7A7 Mint Julep

📋 copy color: '#DDD7A7'

red 221 ◦ green 215 ◦ blue 167

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

Shades of Mint Julep #DDD7A7

Tints of Mint Julep #DDD7A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.69%

R = 36.65%
G = 35.66%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDD7A7 (or 0xDDD7A7) is known color: Mint Julep. HEX triplet: DD, D7 and A7. RGB value is (221,215,167). Sum of RGB (Red+Green+Blue) = 221+215+167=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7A7 is #222858. Grayscale: #D3D3D3. Windows color (decimal): -2238553 or 10999773. OLE color: 10999773.

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

Color convert

RGB 221 215 167 -
CMYK 0 0.03 0.24 0.13
HSL 53.33º 0.44% 0.76% -
HSV(B) 53.33º 0.24% 0.87% -
XYZ 61.09 66.76 46.23 -
YUV 211.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 221 215 167 0 0.03 0.24 0.13 53.33 0.44 0.76
Hex DD D7 A7 0 3 18 D 35 2C 4C
Octal 335 327 247 0 3 30 15 65 54 114
Binary 11011101 11010111 10100111 0 11 11000 1101 110101 101100 1001100

Color Harmonies of #DDD7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7A7

Black with #DDD7A7

Text Example


Text Example

White with #DDD7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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