#D6DC4E

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

Shades of Manz #D6DC4E

Tints of Manz #D6DC4E

Color information

#D6DC4E (or 0xD6DC4E) is unknown color: approx Manz. HEX triplet: D6, DC and 4E. RGB value is (214,220,78). Sum of RGB (Red+Green+Blue) = 214+220+78=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC4E is #2923B1. Grayscale: #CACACA. Windows color (decimal): -2696114 or 5168342. OLE color: 5168342.

HSL color Cylindrical-coordinate representation of color #D6DC4E: hue angle of 62.54º 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 #D6DC4E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB21422078-
CMYK0.0300.650.14
HSL62.54º66.98%58.43%-
HSV(B)62.54º64.55%86.27%-
XYZ54.766.0317.07-
YUV202.0258.01136.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 78 (30.86% from 255) = 15.23%
R=41.80%
G=42.97%
B=15.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214220780.0300.650.1462.5466.9858.43
HexD6DC4E3041E3f433a
Octal32633411630101167710372
Binary11010110110111001001110110100000111101111111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC4E; }

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

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

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

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

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

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

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

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