Html Css Color HEX #DDD6AF Mint Julep

📋 copy color: '#DDD6AF'

red 221 ◦ green 214 ◦ blue 175

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

Shades of Mint Julep #DDD6AF

Tints of Mint Julep #DDD6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.08%

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

R = 36.23%
G = 35.08%
B = 28.69%

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

#DDD6AF (or 0xDDD6AF) is known color: Mint Julep. HEX triplet: DD, D6 and AF. RGB value is (221,214,175). Sum of RGB (Red+Green+Blue) = 221+214+175=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6AF is #222950. Grayscale: #D3D3D3. Windows color (decimal): -2238801 or 11523805. OLE color: 11523805.

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

Color convert

RGB 221 214 175 -
CMYK 0 0.03 0.21 0.13
HSL 50.87º 0.4% 0.78% -
HSV(B) 50.87º 0.21% 0.87% -
XYZ 61.6 66.56 50.16 -
YUV 211.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 221 214 175 0 0.03 0.21 0.13 50.87 0.4 0.78
Hex DD D6 AF 0 3 15 D 33 28 4E
Octal 335 326 257 0 3 25 15 63 50 116
Binary 11011101 11010110 10101111 0 11 10101 1101 110011 101000 1001110

Color Harmonies of #DDD6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6AF

Black with #DDD6AF

Text Example


Text Example

White with #DDD6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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