Html Css Color HEX #DFDBA0 Mint Julep

📋 copy color: '#DFDBA0'

red 223 ◦ green 219 ◦ blue 160

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

Shades of Mint Julep #DFDBA0

Tints of Mint Julep #DFDBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.38%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 37.04%
G = 36.38%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFDBA0 (or 0xDFDBA0) is known color: Mint Julep. HEX triplet: DF, DB and A0. RGB value is (223,219,160). Sum of RGB (Red+Green+Blue) = 223+219+160=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDBA0 is #20245F. Grayscale: #D5D5D5. Windows color (decimal): -2106464 or 10542047. OLE color: 10542047.

HSL color Cylindrical-coordinate representation of color #DFDBA0: hue angle of 56.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFDBA0 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 160 -
CMYK 0 0.02 0.28 0.13
HSL 56.19º 0.5% 0.75% -
HSV(B) 56.19º 0.28% 0.87% -
XYZ 62.11 68.89 43.28 -
YUV 213.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 223 219 160 0 0.02 0.28 0.13 56.19 0.5 0.75
Hex DF DB A0 0 2 1C D 38 32 4B
Octal 337 333 240 0 2 34 15 70 62 113
Binary 11011111 11011011 10100000 0 10 11100 1101 111000 110010 1001011

Color Harmonies of #DFDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDBA0

Black with #DFDBA0

Text Example


Text Example

White with #DFDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDBA0; }

 p { color: rgb(223,219,160); }

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

background-color css

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

 a { background-color: rgb(223,219,160); }

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

border-color css

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

 span { border-color: rgb(223,219,160); }

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