#D5D94E

Color #D5D94E Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #D5D94E

Tints of Manz #D5D94E

Color information

#D5D94E (or 0xD5D94E) is unknown color: approx Manz. HEX triplet: D5, D9 and 4E. RGB value is (213,217,78). Sum of RGB (Red+Green+Blue) = 213+217+78=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D94E is #2A26B1. Grayscale: #C8C8C8. Windows color (decimal): -2762418 or 5167573. OLE color: 5167573.

HSL color Cylindrical-coordinate representation of color #D5D94E: hue angle of 61.73º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5D94E is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB21321778-
CMYK0.0200.640.15
HSL61.73º64.65%57.84%-
HSV(B)61.73º64.06%85.1%-
XYZ53.6364.3216.8-
YUV199.9659.17137.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 78 (30.86% from 255) = 15.35%
R=41.93%
G=42.72%
B=15.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213217780.0200.640.1561.7364.6557.84
HexD5D94E2040F3e413a
Octal32533111620100177610172
Binary11010101110110011001110100100000011111111101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D94E; }

 p { color: rgb(213,217,78); }

 H1.HeaderClassName
 {
   color: #D5D94E;
 }
 .AnyTagClassName
 {
   color: #D5D94E;
 }
</style>
background-color css

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

 a { background-color: rgb(213,217,78); }

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

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

 span { border-color: rgb(213,217,78); }

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