Html Css Color HEX #D6D7A2 Mint Julep

📋 copy color: '#D6D7A2'

red 214 ◦ green 215 ◦ blue 162

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

Shades of Mint Julep #D6D7A2

Tints of Mint Julep #D6D7A2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.38%

 BLUE value IS 162 (63.67% from 255) = 27.41%

R = 36.21%
G = 36.38%
B = 27.41%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D6D7A2 (or 0xD6D7A2) is known color: Mint Julep. HEX triplet: D6, D7 and A2. RGB value is (214,215,162). Sum of RGB (Red+Green+Blue) = 214+215+162=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D7A2 is #29285D. Grayscale: #D0D0D0. Windows color (decimal): -2697310 or 10672086. OLE color: 10672086.

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

Color convert

RGB 214 215 162 -
CMYK 0.00 0 0.25 0.16
HSL 61.13º 0.4% 0.74% -
HSV(B) 61.13º 0.25% 0.84% -
XYZ 58.55 65.51 43.74 -
YUV 208.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 214 215 162 0.00 0 0.25 0.16 61.13 0.4 0.74
Hex D6 D7 A2 0 0 19 10 3D 28 4A
Octal 326 327 242 0 0 31 20 75 50 112
Binary 11010110 11010111 10100010 0 0 11001 10000 111101 101000 1001010

Color Harmonies of #D6D7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D7A2

Black with #D6D7A2

Text Example


Text Example

White with #D6D7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D7A2; }

 p { color: rgb(214,215,162); }

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

background-color css

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

 a { background-color: rgb(214,215,162); }

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

border-color css

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

 span { border-color: rgb(214,215,162); }

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