Html Css Color HEX #DFD9AF Mint Julep

📋 copy color: '#DFD9AF'

red 223 ◦ green 217 ◦ blue 175

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

Shades of Mint Julep #DFD9AF

Tints of Mint Julep #DFD9AF

RGB

 RED value IS 223 (87.5% from 255) = 36.26%

 GREEN value IS 217 (85.16% from 255) = 35.28%

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

R = 36.26%
G = 35.28%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFD9AF (or 0xDFD9AF) is known color: Mint Julep. HEX triplet: DF, D9 and AF. RGB value is (223,217,175). Sum of RGB (Red+Green+Blue) = 223+217+175=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD9AF is #202650. Grayscale: #D6D6D6. Windows color (decimal): -2106961 or 11524575. OLE color: 11524575.

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

Color convert

RGB 223 217 175 -
CMYK 0 0.03 0.22 0.13
HSL 52.5º 0.43% 0.78% -
HSV(B) 52.5º 0.22% 0.87% -
XYZ 62.98 68.41 50.44 -
YUV 214.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 223 217 175 0 0.03 0.22 0.13 52.5 0.43 0.78
Hex DF D9 AF 0 3 16 D 34 2B 4E
Octal 337 331 257 0 3 26 15 64 53 116
Binary 11011111 11011001 10101111 0 11 10110 1101 110100 101011 1001110

Color Harmonies of #DFD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9AF

Black with #DFD9AF

Text Example


Text Example

White with #DFD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9AF; }

 p { color: rgb(223,217,175); }

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

background-color css

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

 a { background-color: rgb(223,217,175); }

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

border-color css

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

 span { border-color: rgb(223,217,175); }

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