Html Css Color HEX #D6D5A4 Mint Julep

📋 copy color: '#D6D5A4'

red 214 ◦ green 213 ◦ blue 164

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

Shades of Mint Julep #D6D5A4

Tints of Mint Julep #D6D5A4

RGB

 RED value IS 214 (83.98% from 255) = 36.21%

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

 BLUE value IS 164 (64.45% from 255) = 27.75%

R = 36.21%
G = 36.04%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D6D5A4 (or 0xD6D5A4) is known color: Mint Julep. HEX triplet: D6, D5 and A4. RGB value is (214,213,164). Sum of RGB (Red+Green+Blue) = 214+213+164=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D5A4 is #292A5B. Grayscale: #CFCFCF. Windows color (decimal): -2697820 or 10802646. OLE color: 10802646.

HSL color Cylindrical-coordinate representation of color #D6D5A4: hue angle of 58.8º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6D5A4 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 213 164 -
CMYK 0 0.00 0.23 0.16
HSL 58.8º 0.38% 0.74% -
HSV(B) 58.8º 0.23% 0.84% -
XYZ 58.23 64.56 44.52 -
YUV 207.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 214 213 164 0 0.00 0.23 0.16 58.8 0.38 0.74
Hex D6 D5 A4 0 0 17 10 3B 26 4A
Octal 326 325 244 0 0 27 20 73 46 112
Binary 11010110 11010101 10100100 0 0 10111 10000 111011 100110 1001010

Color Harmonies of #D6D5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D5A4

Black with #D6D5A4

Text Example


Text Example

White with #D6D5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D5A4; }

 p { color: rgb(214,213,164); }

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

background-color css

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

 a { background-color: rgb(214,213,164); }

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

border-color css

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

 span { border-color: rgb(214,213,164); }

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