#D8DC4E

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

Shades of Manz #D8DC4E

Tints of Manz #D8DC4E

Color information

#D8DC4E (or 0xD8DC4E) is unknown color: approx Manz. HEX triplet: D8, DC and 4E. RGB value is (216,220,78). Sum of RGB (Red+Green+Blue) = 216+220+78=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC4E is #2723B1. Grayscale: #CBCBCB. Windows color (decimal): -2565042 or 5168344. OLE color: 5168344.

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

Color convert

RGB21622078-
CMYK0.0200.650.14
HSL61.69º66.98%58.43%-
HSV(B)61.69º64.55%86.27%-
XYZ55.2966.3417.1-
YUV202.6257.67137.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 78 (30.86% from 255) = 15.18%
R=42.02%
G=42.80%
B=15.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216220780.0200.650.1461.6966.9858.43
HexD8DC4E2041E3e433a
Octal33033411620101167610372
Binary11011000110111001001110100100000111101111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DC4E; }

 p { color: rgb(216,220,78); }

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

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

 a { background-color: rgb(216,220,78); }

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

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

 span { border-color: rgb(216,220,78); }

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