Html Css Color HEX #DDD5AF Mint Julep

📋 copy color: '#DDD5AF'

red 221 ◦ green 213 ◦ blue 175

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

Shades of Mint Julep #DDD5AF

Tints of Mint Julep #DDD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.98%

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

R = 36.29%
G = 34.98%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDD5AF (or 0xDDD5AF) is known color: Mint Julep. HEX triplet: DD, D5 and AF. RGB value is (221,213,175). Sum of RGB (Red+Green+Blue) = 221+213+175=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5AF is #222A50. Grayscale: #D3D3D3. Windows color (decimal): -2239057 or 11523549. OLE color: 11523549.

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

Color convert

RGB 221 213 175 -
CMYK 0 0.04 0.21 0.13
HSL 49.57º 0.4% 0.78% -
HSV(B) 49.57º 0.21% 0.87% -
XYZ 61.35 66.06 50.07 -
YUV 211.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 221 213 175 0 0.04 0.21 0.13 49.57 0.4 0.78
Hex DD D5 AF 0 4 15 D 32 28 4E
Octal 335 325 257 0 4 25 15 62 50 116
Binary 11011101 11010101 10101111 0 100 10101 1101 110010 101000 1001110

Color Harmonies of #DDD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5AF

Black with #DDD5AF

Text Example


Text Example

White with #DDD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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