Html Css Color HEX #DDD7AF Mint Julep

📋 copy color: '#DDD7AF'

red 221 ◦ green 215 ◦ blue 175

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

Shades of Mint Julep #DDD7AF

Tints of Mint Julep #DDD7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.64%

R = 36.17%
G = 35.19%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDD7AF (or 0xDDD7AF) is known color: Mint Julep. HEX triplet: DD, D7 and AF. RGB value is (221,215,175). Sum of RGB (Red+Green+Blue) = 221+215+175=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7AF is #222850. Grayscale: #D4D4D4. Windows color (decimal): -2238545 or 11524061. OLE color: 11524061.

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

Color convert

RGB 221 215 175 -
CMYK 0 0.03 0.21 0.13
HSL 52.17º 0.4% 0.78% -
HSV(B) 52.17º 0.21% 0.87% -
XYZ 61.86 67.07 50.24 -
YUV 212.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 221 215 175 0 0.03 0.21 0.13 52.17 0.4 0.78
Hex DD D7 AF 0 3 15 D 34 28 4E
Octal 335 327 257 0 3 25 15 64 50 116
Binary 11011101 11010111 10101111 0 11 10101 1101 110100 101000 1001110

Color Harmonies of #DDD7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7AF

Black with #DDD7AF

Text Example


Text Example

White with #DDD7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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