Html Css Color HEX #D9D3AA Mint Julep

📋 copy color: '#D9D3AA'

red 217 ◦ green 211 ◦ blue 170

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

Shades of Mint Julep #D9D3AA

Tints of Mint Julep #D9D3AA

RGB

 RED value IS 217 (85.16% from 255) = 36.29%

 GREEN value IS 211 (82.81% from 255) = 35.28%

 BLUE value IS 170 (66.8% from 255) = 28.43%

R = 36.29%
G = 35.28%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9D3AA (or 0xD9D3AA) is known color: Mint Julep. HEX triplet: D9, D3 and AA. RGB value is (217,211,170). Sum of RGB (Red+Green+Blue) = 217+211+170=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D3AA is #262C55. Grayscale: #D0D0D0. Windows color (decimal): -2501718 or 11195353. OLE color: 11195353.

HSL color Cylindrical-coordinate representation of color #D9D3AA: hue angle of 52.34º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9D3AA is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 211 170 -
CMYK 0 0.03 0.22 0.15
HSL 52.34º 0.38% 0.76% -
HSV(B) 52.34º 0.22% 0.85% -
XYZ 59.17 64.24 47.31 -
YUV 208.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 217 211 170 0 0.03 0.22 0.15 52.34 0.38 0.76
Hex D9 D3 AA 0 3 16 F 34 26 4C
Octal 331 323 252 0 3 26 17 64 46 114
Binary 11011001 11010011 10101010 0 11 10110 1111 110100 100110 1001100

Color Harmonies of #D9D3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D3AA

Black with #D9D3AA

Text Example


Text Example

White with #D9D3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D3AA; }

 p { color: rgb(217,211,170); }

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

background-color css

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

 a { background-color: rgb(217,211,170); }

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

border-color css

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

 span { border-color: rgb(217,211,170); }

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